likeku 8 năm trước cách đây
mục cha
commit
bdab18f063

+ 1 - 1
protected/controller/AdminController.php

@@ -204,7 +204,7 @@ function adduser(){
 		$cid=is_numeric($this->get_args('cid'))?$this->get_args('cid'):0;
 		$cid=is_numeric($this->get_args('cid'))?$this->get_args('cid'):0;
 		$hiredate=$this->get_args('hiredate')?$this->get_args('hiredate'):"";
 		$hiredate=$this->get_args('hiredate')?$this->get_args('hiredate'):"";
 		$nature=is_numeric($this->get_args('nature'))?$this->get_args('nature'):1;
 		$nature=is_numeric($this->get_args('nature'))?$this->get_args('nature'):1;
-
+  
 		if(!empty($username)&&!empty($password)&&!empty($cid)&&!empty($hiredate)&&!empty($nature)){
 		if(!empty($username)&&!empty($password)&&!empty($cid)&&!empty($hiredate)&&!empty($nature)){
 
 
 			Doo::loadModel ( 'L_category' );
 			Doo::loadModel ( 'L_category' );