diff options
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index cb9e24757..679a4201f 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -87,7 +87,6 @@ class entryController extends ActionController { if ($entry != false) { $values = array ( 'is_favorite' => $is_fav, - 'lastUpdate' => time () ); $entryDAO->updateEntry ($entry->id (), $values); |
