projects
/
diogenes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf637ef
)
wibble : modify code comment
author
Jeremy Laine
<jeremy.laine@m4x.org>
Mon, 5 Jun 2006 09:28:42 +0000
(09:28 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Mon, 5 Jun 2006 09:28:42 +0000
(09:28 +0000)
include/diogenes.barrel.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/diogenes.barrel.inc.php
b/include/diogenes.barrel.inc.php
index
f3a27ae
..
e5166e7
100644
(file)
--- a/
include/diogenes.barrel.inc.php
+++ b/
include/diogenes.barrel.inc.php
@@
-354,7
+354,7
@@
class DiogenesBarrel extends DiogenesPage
if (!isset($this->table_menu))
return;
- // a
ll menu entries from database
+ // a
dd the user-defined part of the menu
$bmenu = new Diogenes_Barrel_Menu($this->dbh, $this->table_menu);
$this->menu = array_merge($this->menu, $bmenu->makeMenu($PID, $this->barrel->options->menu_min_level, array($this, 'urlSiteByPid')));
}