Parcourir la source

Merge pull request #149 from Alkarex/cleanSql

Clean removed SQL columns in PHP
Marien Fressinaud il y a 12 ans
Parent
commit
feff58e2eb
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app/controllers/entryController.php

+ 0 - 1
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);