Subversion Repositories SmartDukaan

Rev

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

Rev 19238 Rev 19318
Line 1261... Line 1261...
1261
				}
1261
				}
1262
			}
1262
			}
1263
			$updateCountUrl = Configure::read('nodeurl')."/updateNotificationCount?user_id=".$user_id."&android_id=".$android_id;
1263
			$updateCountUrl = Configure::read('nodeurl')."/updateNotificationCount?user_id=".$user_id."&android_id=".$android_id;
1264
			$this->post_request($updateCountUrl,null);				
1264
			$this->post_request($updateCountUrl,null);				
1265
		}
1265
		}
-
 
1266
		else{
-
 
1267
			$this->render('/Elements/nonotification');
-
 
1268
		}
1266
		$nexturl = "/users/getmorenotification?page=".($page+1);
1269
		$nexturl = "/users/getmorenotification?page=".($page+1);
1267
		$this->set(compact('noti','nexturl'));
1270
		$this->set(compact('noti','nexturl'));
1268
	}
1271
	}
1269
	
1272
	
1270
	public function getmorenotification(){
1273
	public function getmorenotification(){