Преглед на файлове

Cleaning after SQL model updated

A "lastUpdate" field was forgotten
Alexandre Alapetite преди 12 години
родител
ревизия
32842bef0a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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);