getting this error msg (although the map works fine)
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/trevor/public_html/forums/includes/vba_cmps_include_template.php on line 9
code its reffering to
Code:
$phrasegroups = array_merge($phrasegroups,
array(
'calendar',
'adv_portal',
'postbit'
)
would adding vbgooglemap to that fix it or would that affect otehr parts of the forum?