add return value

This commit is contained in:
wlx 2012-11-30 18:23:22 +00:00
parent 43ec7f74ac
commit aaab80640c
1 changed files with 2 additions and 1 deletions

View File

@ -227,5 +227,6 @@ class Archive
if (!empty($code)) $sql.=" where c.code='".$code."'";
$rs=$this->db->query($sql);
$rows=$rs->fetchAll();
return $rows;
}
}