mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
This commit is contained in:
@@ -127,7 +127,7 @@ $qry="SELECT *, trim(substring(trim(erstbegutachter) from ' [A-
|
||||
(vilesci_vorsitzender IS NULL AND trim(vorsitzender)!='') OR
|
||||
(vilesci_pruefer1 IS NULL AND trim(pruefer1)!=''))
|
||||
ORDER BY diplomarbeit_pk
|
||||
LIMIT 5;";
|
||||
LIMIT 10;";
|
||||
//ORDER BY diplomarbeit_pk
|
||||
if($result = pg_query($conn_fas, $qry))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user