소스 검색

Merge pull request #149 from Alkarex/cleanSql

Clean removed SQL columns in PHP
Marien Fressinaud 12 년 전
부모
커밋
feff58e2eb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/controllers/entryController.php

+ 0 - 1
app/controllers/entryController.php

@@ -87,7 +87,6 @@ class entryController extends ActionController {
 			if ($entry != false) {
 				$values = array (
 					'is_favorite' => $is_fav,
-					'lastUpdate' => time ()
 				);
 
 				$entryDAO->updateEntry ($entry->id (), $values);