*\r
* @package PMCLibrary\r
* @version $Id: pio.logflockp.php 671 2008-09-20 05:54:15Z scribe $\r
- * @date $Date: 2008-09-20 13:54:15 +0800 (星期六, 20 九月 2008) $
- *
+ * @date $Date: 2008-09-20 13:54:15 +0800 (星期六, 20 九月 2008) $\r
+ *\r
* @package PMCLibrary\r
* @version $Id$\r
* @date $Date$\r
/* 新增文章/討論串 */\r
function addPost($no, $resto, $md5chksum, $category, $tim, $ext, $imgw, $imgh, $imgsize, $filename, $tw, $th, $pwd, $now, $name, $email, $sub, $com, $host, $age=false, $status='') {\r
if(!$this->prepared) $this->dbPrepare();\r
-
+\r
$tline = array($no, $resto, $md5chksum, $category, $tim, $ext, $imgw, $imgh, $imgsize, $filename, $tw, $th, $pwd, $now, $name, $email, $sub, $com, $host, $status);\r
$tline = array_map(array($this, '_replaceComma'), $tline); // 將資料內的 , 轉換 (Only Log needed)\r
array_unshift($this->logs, implode(',', $tline).",\r\n"); // 更新logs\r
ignore_user_abort(false);\r
}\r
}\r
-?>
\ No newline at end of file
+?>\r