diff --git a/phpgwapi/inc/class.db_pgsql.inc.php b/phpgwapi/inc/class.db_pgsql.inc.php index 975b4db755..5e35624ab6 100644 --- a/phpgwapi/inc/class.db_pgsql.inc.php +++ b/phpgwapi/inc/class.db_pgsql.inc.php @@ -232,7 +232,7 @@ } else { - $Query_String .= ' LIMIT ' . $num_rows . ',' . $offset; + $Query_String .= ' LIMIT ' . $num_rows . ' OFFSET ' . $offset; } if($this->Debug)