From a30da2e71ad2ed23cbcb6011ab848ab888b2dd46 Mon Sep 17 00:00:00 2001 From: knut <> Date: Wed, 22 Feb 2006 21:46:16 +0000 Subject: Did some minor optimization tweaks --- framework/I18N/core/TCache_Lite.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/I18N/core/TCache_Lite.php') diff --git a/framework/I18N/core/TCache_Lite.php b/framework/I18N/core/TCache_Lite.php index 45f1dc95..078b0fe2 100644 --- a/framework/I18N/core/TCache_Lite.php +++ b/framework/I18N/core/TCache_Lite.php @@ -226,7 +226,7 @@ class TCache_Lite * @param array $options options * @access public */ - function TCache_Lite($options = array(NULL)) + function TCache_Lite($options = array(null)) { $availableOptions = array( 'automaticSerialization', 'fileNameProtection', @@ -310,7 +310,7 @@ class TCache_Lite * @return boolean true if no problem * @access public */ - function save($data, $id = NULL, $group = 'default') + function save($data, $id = null, $group = 'default') { if ($this->_caching) { if ($this->_automaticSerialization) { -- cgit v1.2.3