phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.xslttemplates.inc.php,1.1,1.2


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.xslttemplates.inc.php,1.1,1.2
Date: Sun, 22 Sep 2002 19:03:59 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv28155

Modified Files:
        class.xslttemplates.inc.php 
Log Message:
added halt function

Index: class.xslttemplates.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.xslttemplates.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.xslttemplates.inc.php 21 Sep 2002 22:00:07 -0000      1.1
--- class.xslttemplates.inc.php 22 Sep 2002 23:03:57 -0000      1.2
***************
*** 27,30 ****
--- 27,36 ----
                }
  
+               function halt($msg)
+               {
+                       echo $msg;
+                       exit;
+               }
+ 
                function set_root($rootdir)
                {





reply via email to

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