removed unused parameter $quote from Smarty_Compiler::_parse_attrs()

This commit is contained in:
messju
2003-05-04 22:08:44 +00:00
parent 7f307b8a94
commit eb3b9beec1

View File

@@ -1275,10 +1275,9 @@ class Smarty_Compiler extends Smarty {
* Parse attribute string * Parse attribute string
* *
* @param string $tag_args * @param string $tag_args
* @param true $quote unused?
* @return array * @return array
*/ */
function _parse_attrs($tag_args, $quote = true) function _parse_attrs($tag_args)
{ {
/* Tokenize tag attributes. */ /* Tokenize tag attributes. */