Przeglądaj źródła

Cleaning after SQL model updated

A "lastUpdate" field was forgotten
Alexandre Alapetite 12 lat temu
rodzic
commit
32842bef0a
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/controllers/entryController.php

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