Changeset 2928 for temp/trunk
- Timestamp:
- 2006/08/30 16:17:06 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/class/SC_DbConn.php (modified) (2 diffs)
-
data/conf/conf.php (modified) (1 diff)
-
html/admin/total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_DbConn.php
r2927 r2928 147 147 $errmsg.= $result->message . "\n\n"; 148 148 $errmsg.= $result->userinfo . "\n\n"; 149 print_r($errmsg); 149 150 /* 150 151 ob_start(); … … 153 154 ob_end_clean(); 154 155 */ 155 print_r($errmsg);156 156 //mb_send_mail($this->error_mail_to, $this->error_mail_title, "${errmsg}\n".date("Y/m/d H:i:s")); 157 157 exit(); -
temp/trunk/data/conf/conf.php
r2864 r2928 16 16 17 17 //¥Ð¥Ã¥Á¤ò¼Â¹Ô¤¹¤ëºÇû¤Î´Ö³Ö(ÉÃ) 18 define("LOAD_BATCH_PASS", 3600);18 define("LOAD_BATCH_PASS", 5); 19 19 20 20 define("CLOSE_DAY", 31); // Äù¤áÆü¤Î»ØÄê(ËöÆü¤Î¾ì¹ç¤Ï¡¢31¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£) -
temp/trunk/html/admin/total/index.php
r2926 r2928 164 164 if(count($_GET) == 0) { 165 165 // 1¥ö·îʬ¤Î½¸·× 166 lfStartDailyTotal( 31,0);166 lfStartDailyTotal(61,0); 167 167 } 168 168 break;
Note: See TracChangeset
for help on using the changeset viewer.
