This commit is contained in:
Rudolf Hangl
2007-02-23 14:16:23 +00:00
parent 789ada0a2f
commit 4f1e3e87a7
+2 -2
View File
@@ -144,7 +144,7 @@ if($resultp = pg_query($conn_fas, $qry))
{
if($rowstg = pg_fetch_object($resultstg))
{
$studstg1=upper(trim($rowstg->typ)).trim($rowstg->kurzbz);
$studstg1=strtoupper((trim($rowstg->typ)).trim($rowstg->kurzbz);
}
}
else
@@ -165,7 +165,7 @@ if($resultp = pg_query($conn_fas, $qry))
{
if($rowstg = pg_fetch_object($resultstg))
{
$studstg2=upper(trim($rowstg->typ)).trim($row->kurzbz);
$studstg2=strtoupper(trim($rowstg->typ)).trim($row->kurzbz);
}
}
else