Explorar el Código

Cleaning after SQL model updated

A "lastUpdate" field was forgotten
Alexandre Alapetite hace 12 años
padre
commit
32842bef0a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/controllers/entryController.php

+ 0 - 1
app/controllers/entryController.php

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