diff options
| author | 2013-08-26 21:07:17 +0200 | |
|---|---|---|
| committer | 2013-08-26 21:07:17 +0200 | |
| commit | 32842bef0a8bdec0cbeed04383ad2dcc97437486 (patch) | |
| tree | 1d28c9a7533f381bd6890aaf0b1594516380131a /app/controllers/entryController.php | |
| parent | 31a6a13268023a2db5eba2445ee6c7db4a6d9623 (diff) | |
Cleaning after SQL model updated
A "lastUpdate" field was forgotten
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 c7e13f471..a2acad24f 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -90,7 +90,6 @@ class entryController extends ActionController { if ($entry != false) { $values = array ( 'is_favorite' => $is_fav, - 'lastUpdate' => time () ); $entryDAO->updateEntry ($entry->id (), $values); |
