Browse Source

Cleaning after SQL model updated

A "lastUpdate" field was forgotten
Alexandre Alapetite 13 năm trước cách đây
mục cha
commit
32842bef0a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);