From eb3b9beec1001049e164d770e957a1e5ca057e3a Mon Sep 17 00:00:00 2001 From: messju Date: Sun, 4 May 2003 22:08:44 +0000 Subject: [PATCH] removed unused parameter $quote from Smarty_Compiler::_parse_attrs() --- libs/Smarty_Compiler.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 60a60eb7..cd487653 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -1275,10 +1275,9 @@ class Smarty_Compiler extends Smarty { * Parse attribute string * * @param string $tag_args - * @param true $quote unused? * @return array */ - function _parse_attrs($tag_args, $quote = true) + function _parse_attrs($tag_args) { /* Tokenize tag attributes. */