Date: 09/26/00
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: Marius ANDREIANA: "Re: [phplib-dev] Re: [phplib] Re: [phplib-dev] Re: [phplib] How stable is PHPLib-Dev"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: uw
Date: Tue Sep 26 10:01:53 2000
Modified files:
php-lib/php/ext/integratedtemplate.inc
Log message:
Fixed a typo for a flag that controls the handling of unknown variables.
Warning: this version has problems handling nested block. I do have a
fix for this but it's not perfect - just wait a few days for a solution.
The API will not change.
Index: php-lib/php/ext/integratedtemplate.inc
diff -u php-lib/php/ext/integratedtemplate.inc:1.1 php-lib/php/ext/integratedtemplate.inc:1.2
--- php-lib/php/ext/integratedtemplate.inc:1.1 Fri Sep 22 13:42:02 2000
+++ php-lib/php/ext/integratedtemplate.inc Tue Sep 26 10:01:52 2000
@@ -161,7 +161,7 @@
* Controls the handling of unknown variables, default is remove.
* <email protected> boolean
*/
- var $removeUnkownVariables = true;
+ var $removeUnknownVariables = true;
/**
* Controls the handling of empty blocks, default is keep.
@@ -624,4 +624,4 @@
} // end func halt
} // end class IntegratedTemplate
-?>
\ No newline at end of file
+?>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: Marius ANDREIANA: "Re: [phplib-dev] Re: [phplib] Re: [phplib-dev] Re: [phplib] How stable is PHPLib-Dev"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

