likeku 8 年之前
父節點
當前提交
bdab18f063
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      protected/controller/AdminController.php

+ 1 - 1
protected/controller/AdminController.php

@@ -204,7 +204,7 @@ 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' );