diff --git a/Smarty.class.php b/Smarty.class.php index fb119f78..cbc1068d 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -1,9 +1,9 @@ - * Andrei Zmievski + * Andrei Zmievski * * Version: 1.2.1 * Copyright: 2001 ispi of Lincoln, Inc. @@ -33,7 +33,7 @@ * Lincoln, NE 68510 * * The latest version of Smarty can be obtained from: - * http://www.phpinsider.com + * http://www.phpinsider.com/ * */ @@ -88,7 +88,7 @@ class Smarty var $_sectionelse_stack = array(); // keeps track of whether section had 'else' part var $_literal_blocks = array(); // keeps literal template blocks var $_current_file = null; // the current template being compiled - var $_current_current_line_no = 1; // line number for error messages + var $_current_line_no = 1; // line number for error messages /*======================================================================*\ @@ -544,7 +544,7 @@ class Smarty $arg_list[] = "'$arg_name' => $arg_value"; } - return "_parse_attrs($tag_args); - $output = "_syntax_error("missing section name"); diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index fb119f78..cbc1068d 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -1,9 +1,9 @@ - * Andrei Zmievski + * Andrei Zmievski * * Version: 1.2.1 * Copyright: 2001 ispi of Lincoln, Inc. @@ -33,7 +33,7 @@ * Lincoln, NE 68510 * * The latest version of Smarty can be obtained from: - * http://www.phpinsider.com + * http://www.phpinsider.com/ * */ @@ -88,7 +88,7 @@ class Smarty var $_sectionelse_stack = array(); // keeps track of whether section had 'else' part var $_literal_blocks = array(); // keeps literal template blocks var $_current_file = null; // the current template being compiled - var $_current_current_line_no = 1; // line number for error messages + var $_current_line_no = 1; // line number for error messages /*======================================================================*\ @@ -544,7 +544,7 @@ class Smarty $arg_list[] = "'$arg_name' => $arg_value"; } - return "_parse_attrs($tag_args); - $output = "_syntax_error("missing section name");