update cycle function to handle array as input, update files to 2.1.1

This commit is contained in:
mohrt
2002-05-07 14:16:34 +00:00
parent 7ee4e41e17
commit 5b70385282
10 changed files with 39 additions and 15 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 2.1.0
* Version: 2.1.1
* Copyright: 2001,2002 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -164,7 +164,7 @@ class Smarty
var $_conf_obj = null; // configuration object
var $_config = array(); // loaded configuration settings
var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; // md5 checksum of the string 'Smarty'
var $_version = '2.1.0'; // Smarty version number
var $_version = '2.1.1'; // Smarty version number
var $_extract = false; // flag for custom functions
var $_inclusion_depth = 0; // current template inclusion depth
var $_compile_id = null; // for different compiled templates