Date: 03/30/00
- Next message: Kristian Köhntopp: "Re: [PHPLIB-DEV] cvs commit"
- Previous message: kir: "[PHPLIB-DEV] cvs commit"
- Next in thread: kir: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kir
Date: Thu Mar 30 15:48:01 2000
Modified files:
php-lib/php/template.inc
Log message:
bugfix
Index: php-lib/php/template.inc
diff -u php-lib/php/template.inc:1.14 php-lib/php/template.inc:1.15
--- php-lib/php/template.inc:1.14 Thu Mar 30 15:42:35 2000
+++ php-lib/php/template.inc Thu Mar 30 15:47:30 2000
@@ -5,7 +5,7 @@
* (C) Copyright 1999 NetUSE GmbH
* Kristian Koehntopp
*
- * $Id: template.inc,v 1.14 2000/03/30 13:42:35 kir Exp $
+ * $Id: template.inc,v 1.15 2000/03/30 13:47:30 kir Exp $
*
*/
@@ -409,7 +409,7 @@
$reg = "/<!--\\s+BEGIN $varname\\s+IF\\s+(.*?)\\s*-->(.*)<!--\\s+END $varname\\s+-->/sm";
if (!preg_match_all($reg, $str, $m))
{
- halt("implode_block - no match for $varname variable");
+ $this->halt("implode_block - no match for $varname variable");
}
$this->block[$varname]["extra"] = $m[1][0];
$m[1][0] = $m[2][0];
-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.
- Next message: Kristian Köhntopp: "Re: [PHPLIB-DEV] cvs commit"
- Previous message: kir: "[PHPLIB-DEV] cvs commit"
- Next in thread: kir: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

