As Andrew commented previously:
--------------------------------------------------------
Check your includes/functions.inc.php file .. The first
few lines of my version look like this:
<?php // Global Functions
if( isset( $FUNCTIONS ) ) {
return;
}
$FUNCTIONS=3D1;
--------------------------------------------------------
Did you do that?
MN
|