From 8a719e62c0b0260a547f689e6be27eb5c3823898 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 22 Mar 2005 19:59:45 +0000 Subject: [PATCH] No longer need to fetch the character of $i in the conditional parser. --- template.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/template.php b/template.php index 3a25bae..1d084ca 100644 --- a/template.php +++ b/template.php @@ -403,9 +403,6 @@ class DB_Template for ($i = 0; $i < strlen($template); $i++) { - // get the current character - $char = $template[ $i ]; - // we've found ourselves a conditional! if (substr($template, $i, strlen($tag_start)) == $tag_start) { -- 2.43.5