Просмотр исходного кода

Cleaning after SQL model updated

A "lastUpdate" field was forgotten
Alexandre Alapetite 12 лет назад
Родитель
Сommit
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);