wibble : modify code comment
authorJeremy Laine <jeremy.laine@m4x.org>
Mon, 5 Jun 2006 09:28:42 +0000 (09:28 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Mon, 5 Jun 2006 09:28:42 +0000 (09:28 +0000)
include/diogenes.barrel.inc.php

index f3a27ae..e5166e7 100644 (file)
@@ -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')));
   }