mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
This commit is contained in:
@@ -78,9 +78,11 @@ class aufmerksamdurch
|
||||
// * Laedt alle Datansaetze
|
||||
// * @return true wenn ok, false im Fehlerfall
|
||||
// *******************************************
|
||||
function getAll()
|
||||
function getAll($orderby='aufmerksamdurch_kurzbz')
|
||||
{
|
||||
$qry = "SELECT * FROM public.tbl_aufmerksamdurch ORDER BY aufmerksamdurch_kurzbz";
|
||||
$qry = "SELECT * FROM public.tbl_aufmerksamdurch";
|
||||
if($orderby!='')
|
||||
$qry .= " ORDER BY ".$orderby;
|
||||
if($result = pg_query($this->conn, $qry))
|
||||
{
|
||||
while($row = pg_fetch_object($result))
|
||||
|
||||
@@ -85,6 +85,10 @@
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class="tdwrap"><a class="Item" href="public/tw_international.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> TW International</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class="tdwrap"><a class="Item" href="http://student.ephorus.de" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Plagiatsprüfung</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="tdwrap"></td>
|
||||
|
||||
Reference in New Issue
Block a user