From: Jeremy Laine Date: Mon, 5 Jun 2006 09:28:42 +0000 (+0000) Subject: wibble : modify code comment X-Git-Url: http://git.polytechnique.org/?p=diogenes.git;a=commitdiff_plain;h=83a56cb5c8a85bc4eb577547ed3ddf3f46fb25b0 wibble : modify code comment --- diff --git a/include/diogenes.barrel.inc.php b/include/diogenes.barrel.inc.php index f3a27ae..e5166e7 100644 --- 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; - // all menu entries from database + // add 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'))); }