mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user