|
From: Mark E. N. <mno...@po...> - 2001-12-12 21:05:26
|
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
|