fix error

This commit is contained in:
wlx 2013-09-28 03:22:48 +00:00
parent 10937d4d0d
commit 9a72b44369
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class Reference
where s.code='$code' and r.reftype=1
order by ref.year,ref.title";
$rs=$this->db->query($sql);
$return $rs->fetchAll();
return $rs->fetchAll();
}
//单条文献的信息