标题: testlink\lib\functions\ and change line number 173 错误 [打印本页] 作者: xw2694976 时间: 2010-12-14 15:09 标题: testlink\lib\functions\ and change line number 173 错误 找到目录 testlink\lib\functions\ and change line number 173 in the file
lang_api.php .
Change this line:
$t_lang_var = ereg_replace( '^TLS_', '', $t_var );
to be this line:
$t_lang_var = preg_replace( '/^TLS_/', '', $t_var );作者: danielci 时间: 2010-12-21 20:23
for what