diff options
Diffstat (limited to 'includes/functions.php')
-rw-r--r-- | includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions.php b/includes/functions.php index 8a965c1..46b92f3 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -596,7 +596,7 @@ function GetBlocks($position = BLOCK_LEFT) $result = $db->Query("SELECT * FROM `bayonet_blocks` WHERE `position` = '$position' AND `active` = 1 ORDER BY weight"); $blocks = $db->Fetch($result); - decho($blocks); + foreach($blocks as $block) { $load = 'blocks/'.$block['dir_name'].'/index.php'; |