Date: 10/10/00
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: Ulf Wendel: "Re: [phplib-dev] [Fwd: phplib Template multilingual extension]"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: uw
Date: Tue Oct 10 13:35:47 2000
Modified files:
php-lib/php/ext/integratedtemplate.inc
Log message:
- removed a function used for debugging
Index: php-lib/php/ext/integratedtemplate.inc
diff -u php-lib/php/ext/integratedtemplate.inc:1.3 php-lib/php/ext/integratedtemplate.inc:1.4
--- php-lib/php/ext/integratedtemplate.inc:1.3 Mon Oct 9 17:57:36 2000
+++ php-lib/php/ext/integratedtemplate.inc Tue Oct 10 13:35:14 2000
@@ -343,13 +343,7 @@
return $empty;
} // end func parse
-
- function j($bool) {
- if ($bool)
- print "ja";
- else
- print "nein";
- }
+
/**
* Parses the current block
* <email protected> parse(), setCurrentBlock(), $currentBlock
---------------------------------------------------------------------
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: Ulf Wendel: "Re: [phplib-dev] [Fwd: phplib Template multilingual extension]"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

