diff options
| author | 2013-09-14 09:57:57 -0700 | |
|---|---|---|
| committer | 2013-09-14 09:57:57 -0700 | |
| commit | feff58e2ebdcaf7b789c8051b92aee27d56fa2d9 (patch) | |
| tree | d0c9805706532f5fc49c47a7fd06412c201db999 /app/controllers/entryController.php | |
| parent | ae2ad78d38c539c2054155bbabbec15965e3444d (diff) | |
| parent | 32842bef0a8bdec0cbeed04383ad2dcc97437486 (diff) | |
Merge pull request #149 from Alkarex/cleanSql
Clean removed SQL columns in PHP
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); |
