|
@@ -115,7 +115,7 @@ function sqstripslashes(&$array) {
|
|
|
* executed will be returned.
|
|
|
*
|
|
|
*/
|
|
|
-function sq_call_function_suppress_errors($function, $args=NULL) {
|
|
|
+function sq_call_function_suppress_errors($function, $args=array()) {
|
|
|
global $sm_debug_mode;
|
|
|
|
|
|
$display_errors = ini_get('display_errors');
|