Ignore:
Timestamp:
Sep 16, 2008, 12:17:20 PM (16 years ago)
Author:
rvelices
Message:
  • upgrade smarty to latest release 2.6.20
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/smarty/libs/Smarty.class.php

    • Property svn:keywords changed from Author Date Id Revision to Author Date Revision
    r2231 r2538  
    2828 * @author Andrei Zmievski <andrei@php.net>
    2929 * @package Smarty
    30  * @version 2.6.19
     30 * @version 2.6.20
    3131 */
    3232
    33 /* $Id$ */
     33/* $Id: Smarty.class.php 2722 2007-06-18 14:29:00Z danilo $ */
    3434
    3535/**
     
    465465     * @var string
    466466     */
    467     var $_version              = '2.6.19';
     467    var $_version              = '2.6.20';
    468468
    469469    /**
     
    10581058            // var non-existant, return valid reference
    10591059            $_tmp = null;
    1060             return $_tmp;
     1060            return $_tmp;   
    10611061        }
    10621062    }
     
    11171117    {
    11181118        static $_cache_info = array();
    1119 
     1119       
    11201120        $_smarty_old_error_level = $this->debugging ? error_reporting() : error_reporting(isset($this->error_reporting)
    11211121               ? $this->error_reporting : error_reporting() & ~E_NOTICE);
     
    19411941        return eval($code);
    19421942    }
    1943 
     1943   
    19441944    /**
    19451945     * Extracts the filter name from the given callback
    1946      *
     1946     * 
    19471947     * @param callback $function
    19481948     * @return string
     
    19591959                }
    19601960        }
    1961 
     1961   
    19621962    /**#@-*/
    19631963
Note: See TracChangeset for help on using the changeset viewer.