This commit is contained in:
Andreas Österreicher
2008-09-11 15:49:53 +00:00
parent 7275da5666
commit 2190806c6e
10 changed files with 89 additions and 34 deletions
+4 -2
View File
@@ -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))
+4
View File
@@ -85,6 +85,10 @@
<td class="tdwidth10" nowrap>&nbsp;</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">&nbsp;TW International</a></td>
</tr>
<tr>
<td class="tdwidth10" nowrap>&nbsp;</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">&nbsp;Plagiatspr&uuml;fung</a></td>
</tr>
<tr>
<td class="tdwrap"></td>