Core libs clean up
- end comments from # to // - clean up not initialzed vars and wrong named vars
This commit is contained in:
@@ -108,3 +108,5 @@ function MyErrorHandler($type, $message, $file, $line, $context)
|
||||
|
||||
// init the error handler
|
||||
set_error_handler("MyErrorHandler");
|
||||
|
||||
// __END__
|
||||
|
||||
Reference in New Issue
Block a user