[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.15,1.16
From: |
Dan Kuykendall <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.15,1.16 |
Date: |
Sat, 11 Jan 2003 22:46:41 -0500 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv2678
Modified Files:
common_functions.inc.php
Log Message:
oops. left debug line in safe_args()
Index: common_functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/common_functions.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** common_functions.inc.php 12 Jan 2003 03:43:55 -0000 1.15
--- common_functions.inc.php 12 Jan 2003 03:46:38 -0000 1.16
***************
*** 196,200 ****
function safe_args($expected, $recieved, $line='??', $file='??')
{
- echo '$recieved:<pre>'; print_r($recieved); echo '</pre>';
/* This array will contain all the required fields */
$required = Array();
--- 196,199 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.15,1.16,
Dan Kuykendall <address@hidden> <=