Update helper.class.php
This commit is contained in:
@@ -141,11 +141,3 @@ function formatTime($time, $format = '')
|
||||
if($format) return date($format, strtotime($time));
|
||||
return trim($time);
|
||||
}
|
||||
|
||||
function b($val)
|
||||
{
|
||||
echo '<pre>';
|
||||
print_r($val);
|
||||
echo '</pre>';
|
||||
exit;
|
||||
}
|
||||
Reference in New Issue
Block a user