还原上次提交

This commit is contained in:
thinkphp
2013-04-02 17:55:19 +08:00
parent 85b90ec882
commit b282238c7f

View File

@@ -194,16 +194,6 @@ function S($name,$value='',$options=null) {
}
}
/**
* 日志记录
* @param string $log 日志信息
* @param string $type 日志类型
* @return void
*/
function log($log,$type='DEBUG') {
Think\Log::record($log,$type);
}
/**
* 字符串命名风格转换
* type 0 将Java风格转换为C的风格 1 将C风格转换为Java的风格