comparison models/extractapp.php @ 60:3239979f6673 extractapp

New: 1.display messages(style) 2.handle saving conflict:up-to-date or reload text
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 31 Mar 2015 11:58:26 +0200
parents 6e44605eb4f6
children c6fa7f83c5bf
comparison
equal deleted inserted replaced
59:6e44605eb4f6 60:3239979f6673
259 $this->messages['debug'] .= ", current_fileId=".$this->current_fileId."<br>"; 259 $this->messages['debug'] .= ", current_fileId=".$this->current_fileId."<br>";
260 260
261 $this->messages['info'] .= "[Info] book name: ".$this->book_name; 261 $this->messages['info'] .= "[Info] book name: ".$this->book_name;
262 $this->messages['info'] .= ", section id: ". $this->section_id; 262 $this->messages['info'] .= ", section id: ". $this->section_id;
263 $this->messages['info'] .= ", branch id: ".$this->branch_id; 263 $this->messages['info'] .= ", branch id: ".$this->branch_id;
264 $this->messages['info'] .= ", file id: ".$this->file_id;
264 $this->messages['info'] .= "<br>"; 265 $this->messages['info'] .= "<br>";
265 266
266 /* 267 /*
267 $this->messages .= "Info: "; 268 $this->messages .= "Info: ";
268 $this->messages .= "file_id=".$this->file_id.", section_id=".$this->section_id; 269 $this->messages .= "file_id=".$this->file_id.", section_id=".$this->section_id;