diff --git a/functions/pgsql.xml b/functions/pgsql.xml index b7c46adeeb..6876fb1864 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -593,29 +593,32 @@ endif; $qu = pg_exec ($db_conn, "SELECT * FROM verlag ORDER BY autor"); $row = 0; // postgres needs a row counter other dbs might not -while ($data = pg_fetch_object ($qu, $row)): +while ($data = pg_fetch_object ($qu, $row)) { echo $data->autor." ("; echo $data->jahr ."): "; echo $data->titel."
"; $row++; -endwhile; ?> - -

+
+$item[0]."\n";
     endwhile;
     $row++;
-endwhile;
-echo "----------\n"; ?>
-
+
+