phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api core_functions.inc.php, 1.1.1.1.2.14, 1.1.1.1.2.1


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api core_functions.inc.php, 1.1.1.1.2.14, 1.1.1.1.2.15
Date: Mon, 24 Nov 2003 02:19:11 +0000

Update of /cvsroot/phpgroupware/api
In directory subversions:/tmp/cvs-serv13915

Modified Files:
      Tag: proposal-branch
        core_functions.inc.php 
Log Message:
I dunno WTF I was thinking with the old error message


Index: core_functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/core_functions.inc.php,v
retrieving revision 1.1.1.1.2.14
retrieving revision 1.1.1.1.2.15
diff -C2 -d -r1.1.1.1.2.14 -r1.1.1.1.2.15
*** core_functions.inc.php      19 Nov 2003 20:44:27 -0000      1.1.1.1.2.14
--- core_functions.inc.php      24 Nov 2003 02:19:09 -0000      1.1.1.1.2.15
***************
*** 297,301 ****
                                                $msg = lang($msg, '##NOTSET##', 
'api');
                                        }
!                                       
$GLOBALS['msgbox']->add($class.'::'.$methodname.' '.$msg,__LINE__,__FILE__, 
'warning'); 
                                }
                                /* If method didnt exist */
--- 297,301 ----
                                                $msg = lang($msg, '##NOTSET##', 
'api');
                                        }
!                                       $GLOBALS['msgbox']->add($appname . '.' 
. $classname . '.' . $methodname . ' ' . $msg,__LINE__,__FILE__, 'warning'); 
                                }
                                /* If method didnt exist */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]