mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
bugfix
This commit is contained in:
parent
1cc693567b
commit
36fbfd7904
@ -57,7 +57,7 @@ class so_resources
|
|||||||
($order_by != '' ? " ORDER BY $order_by" : ''),__LINE__,__FILE__);
|
($order_by != '' ? " ORDER BY $order_by" : ''),__LINE__,__FILE__);
|
||||||
|
|
||||||
$nr = $this->db->nf();
|
$nr = $this->db->nf();
|
||||||
if($offset > 0)
|
if($offset > 0 && $nr > $offset)
|
||||||
{
|
{
|
||||||
$this->db->seek($offset-1);
|
$this->db->seek($offset-1);
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
// eTemplates for Application 'resources', generated by soetemplate::dump4setup() 2005-03-21 10:15
|
// eTemplates for Application 'resources', generated by soetemplate::dump4setup() 2005-05-07 14:28
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user