This commit is contained in:
Andreas Österreicher
2007-08-21 11:30:50 +00:00
parent e63b67d831
commit 036e340fb3
7 changed files with 139 additions and 49 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ class firma
*/
function getAll()
{
$qry = "SElECT * FROM public.tbl_firma";
$qry = "SElECT * FROM public.tbl_firma ORDER BY name";
if($result = pg_query($this->conn, $qry))
{