likeku 8 роки тому
батько
коміт
c21812a102
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      protected/controller/AdminController.php

+ 2 - 2
protected/controller/AdminController.php

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