Subversion Repositories SmartDukaan

Rev

Rev 10816 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10816 Rev 10915
Line 155... Line 155...
155
		return $returnresponse;
155
		return $returnresponse;
156
	}
156
	}
157
 
157
 
158
}
158
}
159
 
159
 
-
 
160
if(!function_exists('deleteFileCache'))
-
 
161
{
-
 
162
 
-
 
163
	function deleteFileCache($filename=null)
-
 
164
	{
-
 
165
 
-
 
166
		$CI =& get_instance();
-
 
167
		$CI->load->library(array('cache'));
-
 
168
		if(isset($filename) && ($filename != null))
-
 
169
		{
-
 
170
			$CI->cache->delete($filename);
-
 
171
		}
-
 
172
	}
-
 
173
 
-
 
174
}
-
 
175
 
160
 
176
 
161
//share helper start here
177
//share helper start here
162
 
178
 
163
if( !function_exists('share_check') ){
179
if( !function_exists('share_check') ){
164
	/**
180
	/**