mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
oops. left debug line in safe_args()
This commit is contained in:
parent
8ae1ee9e14
commit
d1f5fdf372
@ -195,7 +195,6 @@
|
|||||||
*/
|
*/
|
||||||
function safe_args($expected, $recieved, $line='??', $file='??')
|
function safe_args($expected, $recieved, $line='??', $file='??')
|
||||||
{
|
{
|
||||||
echo '$recieved:<pre>'; print_r($recieved); echo '</pre>';
|
|
||||||
/* This array will contain all the required fields */
|
/* This array will contain all the required fields */
|
||||||
$required = Array();
|
$required = Array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user