mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
silence some chitter-chatter of etemplate_new
This commit is contained in:
parent
69a36ad4e1
commit
c73f4bcb4c
@ -365,7 +365,7 @@ class etemplate_new extends etemplate_widget_template
|
||||
error_log("Old etemplate submitted");
|
||||
return ExecMethod('etemplate.etemplate.process_exec');
|
||||
}
|
||||
error_log(__METHOD__."(".array2string($content).")");
|
||||
//error_log(__METHOD__."(".array2string($content).")");
|
||||
|
||||
self::$request = etemplate_request::read($_POST['etemplate_exec_id']);
|
||||
|
||||
@ -384,8 +384,8 @@ class etemplate_new extends etemplate_widget_template
|
||||
error_log(__METHOD__."(,".array2string($content).') validation_errors='.array2string(self::$validation_errors));
|
||||
exit;
|
||||
}
|
||||
error_log(__METHOD__."(,".array2string($content).')');
|
||||
error_log(' validated='.array2string($validated));
|
||||
//error_log(__METHOD__."(,".array2string($content).')');
|
||||
//error_log(' validated='.array2string($validated));
|
||||
|
||||
return ExecMethod(self::$request->method, self::complete_array_merge(self::$request->preserv, $validated));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user