Subversion Repositories SmartDukaan

Rev

Rev 10810 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10810 Rev 10816
Line 99... Line 99...
99
			if(isset($module['response']) and !empty($module['response']) and in_array('response', $restriction))
99
			if(isset($module['response']) and !empty($module['response']) and in_array('response', $restriction))
100
			{
100
			{
101
				
101
				
102
				foreach($module['response'] as $response)
102
				foreach($module['response'] as $response)
103
				{
103
				{
104
					if($response != 'recommended_accessories' && $response != 'recharge-faq'){
104
					if($response != 'recommended_accessories' && $response != 'recharge_icons'){
105
						if(isset($data['response'][$response]) && !empty($data['response'][$response]))
105
						if(isset($data['response'][$response]) && !empty($data['response'][$response]))
106
						$CI->cache->write($data['response'][$response], $response,600);
106
						$CI->cache->write($data['response'][$response], $response,600);
107
					}
107
					}
108
				}
108
				}
109
				
109