Debug : error is tracefile not enable
This commit is contained in:
parent
d2d8c361f8
commit
f3176fd6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1355,7 +1355,7 @@ if(!function_exists('tracedebug')) {
|
|||
function tracedebug($file,$var, $label = NULL) {
|
||||
|
||||
$tmp_file = sys_get_temp_dir().DIRECTORY_SEPARATOR.$file;
|
||||
|
||||
if ( ! is_writable($tmp_file)) return;
|
||||
$output = '';
|
||||
$output .= date('d-m-y H:i');
|
||||
if(!is_null($label)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue