Merge pull request #149 from Alkarex/cleanSql

Clean removed SQL columns in PHP
This commit is contained in:
Marien Fressinaud
2013-09-14 09:57:57 -07:00

View File

@@ -87,7 +87,6 @@ class entryController extends ActionController {
if ($entry != false) {
$values = array (
'is_favorite' => $is_fav,
'lastUpdate' => time ()
);
$entryDAO->updateEntry ($entry->id (), $values);