报告错误 repot bug - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: 报告错误 repot bug (/thread-7823.html) |
报告错误 repot bug - 风吹着 - 09-10-2009 11:20 PM bug: http://www.isp-control.net/downloads/snapshots/ispcp-omega-trunk-20090910.tar.bz2 file: class.criticalUpdate.php P 216 PHP Code: if(count(explode(';' $rs->fields['props'])) < 12) this 语法错误 PHP Code: if(count(explode(';' , $rs->fields['props'])) < 12) ------------------------- syntax error, unexpected T_STRING in /var/www/ispcp/gui/reseller/user_add2.php on line 165 PHP Code: 'VL_CGIN' => ($hp_cgi === '_no_'_) ? 'checked="checked"' : '', 改为 PHP Code: 'VL_CGIN' => ($hp_cgi === '_no_') ? 'checked="checked"' : '', RE: 报告错误 repot bug - kilburn - 09-10-2009 11:21 PM It is already fixed in current trunk, but thanks for your report RE: 报告错误 repot bug - 风吹着 - 09-10-2009 11:27 PM That's all right. RE: 报告错误 repot bug - Nuxwin - 09-11-2009 12:17 AM (09-10-2009 11:27 PM)风吹着 Wrote: That's all right. It's my fault. Really sorry. I have corrected it long before. RE: 报告错误 repot bug - 风吹着 - 09-11-2009 11:30 PM (09-11-2009 12:17 AM)nuxwin Wrote:(09-10-2009 11:27 PM)风吹着 Wrote: That's all right. 人非圣贤,孰能无过!加油~ |