1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

warnings removal

This commit is contained in:
secretr
2010-11-22 20:45:53 +00:00
parent d908bead3b
commit 6c9aadc78b
2 changed files with 5 additions and 4 deletions

View File

@@ -97,9 +97,10 @@ class bbcode_shortcodes
if (!empty($eplug_bb))
{
foreach($eplug_bb as $key=>$val) // allow plugins to plug into it.
foreach($eplug_bb as $val) // allow plugins to plug into it.
{
extract($val);
if(!$val) continue;
extract($val);
// echo "$onclick $onclick_var $helptext $icon <br />";
$bbcode[$name] = array($onclick,$onclick_var,$helptext,$icon,$function,$function_var);
$iconpath[$name] = $icon;