[Top][All Lists]
[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)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.xslttemplates.inc.php,1.1,1.2,
Dan Kuykendall <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: notes/templates/default list.xsl,1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: notes/templates/default form.xsl,NONE,1.1 list.xsl,1.2,1.3
- Previous by thread:
[Phpgroupware-cvs] CVS: notes/templates/default list.xsl,1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: notes/templates/default form.xsl,NONE,1.1 list.xsl,1.2,1.3
- Index(es):