Subversion Repositories SmartDukaan

Rev

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

Rev 15848 Rev 16234
Line 165... Line 165...
165
				return $this->redirect(array('action' => 'admin_dp'));
165
				return $this->redirect(array('action' => 'admin_dp'));
166
			} else {
166
			} else {
167
				$this->Session->setFlash(current($response));
167
				$this->Session->setFlash(current($response));
168
			}			
168
			}			
169
		}
169
		}
-
 
170
		$showDps = array(0=>'No',1=>'Yes');
-
 
171
		$this->set(compact('showDps'));
170
	}
172
	}
171
}
173
}