aboutsummaryrefslogtreecommitdiff
path: root/app/models/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/Entry.php')
-rwxr-xr-xapp/models/Entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/Entry.php b/app/models/Entry.php
index 80e8d7b6e..f8ec1287c 100755
--- a/app/models/Entry.php
+++ b/app/models/Entry.php
@@ -203,7 +203,7 @@ class EntryDAO extends Model_pdo {
$stm = $this->bd->prepare ($sql);
$values = array (
- microtime(true),
+ $valuesTmp['id'],
substr($valuesTmp['guid'], 0, 760),
substr($valuesTmp['title'], 0, 255),
substr($valuesTmp['author'], 0, 255),