mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
fixed cubrid
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7791 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fb99e57f53
commit
e7c2b1b64d
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue