phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/errorhandler.inc.php, 1.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] api/errorhandler.inc.php, 1.1.2.3
Date: Sat, 3 Jul 2004 04:33:12 +0200

Update of /api
Modified Files:
        Branch: proposal-branch
          errorhandler.inc.php

date: 2004/07/03 02:33:12;  author: jengo;  state: Exp;  lines: +1 -1

Log Message:
Parameters were mixed
=====================================================================
Index: api/errorhandler.inc.php
diff -u api/errorhandler.inc.php:1.1.2.2 api/errorhandler.inc.php:1.1.2.3
--- api/errorhandler.inc.php:1.1.2.2    Mon Jun 28 14:12:57 2004
+++ api/errorhandler.inc.php    Sat Jul  3 02:33:12 2004
@@ -82,7 +82,7 @@
                                        $type = 'unknown';
                        }
                        
-                       $GLOBALS['msgbox']->add($errmsg, $type, NOTSET, $line, 
$file);
+                       $GLOBALS['msgbox']->add($errmsg, $type, NOTSET, $file, 
$line);
                }
                else
                {




reply via email to

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