fixed cubrid

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7791 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-11-04 07:47:18 +00:00
parent fb99e57f53
commit e7c2b1b64d

View file

@ -1097,6 +1097,13 @@
$virtual_no = $total_count - ($page - 1) * $list_count;
while($tmp = cubrid_fetch ($result, CUBRID_OBJECT)) {
if($tmp)
{
foreach($tmp as $k => $v)
{
$tmp->{$k} = rtrim($v);
}
}
$data[$virtual_no--] = $tmp;
}