Explorar o código

Cleaning after SQL model updated

A "lastUpdate" field was forgotten
Alexandre Alapetite %!s(int64=12) %!d(string=hai) anos
pai
achega
32842bef0a
Modificáronse 1 ficheiros con 0 adicións e 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) {
 				$values = array (
 					'is_favorite' => $is_fav,
-					'lastUpdate' => time ()
 				);
 
 				$entryDAO->updateEntry ($entry->id (), $values);