summaryrefslogtreecommitdiffstats
path: root/code/nav.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-09 01:17:04 +0200
committerneoraider <devnull@localhost>2006-04-09 01:17:04 +0200
commite90e38401db578819240d4827597cdec61d0727d (patch)
tree257bd4182bad06c62759ed8d8403fd3c3e17e287 /code/nav.inc.php
parentc787833e7cbd2c33257a963e4bc99a3f7dc97cd7 (diff)
downloadneon-e90e38401db578819240d4827597cdec61d0727d.tar
neon-e90e38401db578819240d4827597cdec61d0727d.zip
config.inc.php angepasst. Formatierung verbessert.
Diffstat (limited to 'code/nav.inc.php')
-rw-r--r--code/nav.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/nav.inc.php b/code/nav.inc.php
index fbaf8e1..e7617d1 100644
--- a/code/nav.inc.php
+++ b/code/nav.inc.php
@@ -8,7 +8,7 @@
$res = $GLOBALS['db']->Execute('SELECT * FROM nav ORDER BY id');
while(!$res->EOF) {
- $this->entries[$res->fields[0]] = new NavEntry($res->fields[1], $res->fields[2], $res->fields[3]);
+ $this->entries[$res->fields[0]] = new NavEntry($res->fields[1], $res->fields[2], $res->fields[3]);
$res->MoveNext();
}