Changeset 5946


Ignore:
Timestamp:
01/18/12 18:48:38 (4 months ago)
Author:
vain
Message:
  • removed var_dump
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/viewhelper/smarty/function.modulenavigation.php

    r5945 r5946  
    3939        # for further processing of the menu items 
    4040        $modulenavigation = array_map("applyCallbacks", $modulenavigation); 
    41  
    42         var_dump($modulenavigation); 
    4341 
    4442        $smarty->assign('modulenavigation', $modulenavigation); 
Note: See TracChangeset for help on using the changeset viewer.