Can anyone show me what these lines are suppose to read
Parse error: syntax error, unexpected '}' in /home/dubminis/public_html/inc/admin_design.inc.php(119) : runtime-created function on line 1 Fatal error: Call to undefined function: () in /home/dubminis/public_html/inc/admin_design.inc.php on line 120
When I went to go see what these lines looked liked I seen:
$func = create_function( '', $aItem['Check'] );
if( !$func() )
Anyone no what the error is and what to replace with?