|
From: Karl P. <fk...@gm...> - 2001-12-12 21:55:51
|
Thanks for your reply. The lines are in functions.inc.php.
Is there anything else I can check?
THX
Karl
----- Original Message -----
From: "Mark E. Nottage" <mno...@po...>
To: <php...@li...>
Sent: Wednesday, December 12, 2001 9:05 PM
Subject: [Phphelpdesk-help] RE: Phphelpdesk and Debian Testing
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=1;
--------------------------------------------------------
Did you do that?
MN
_______________________________________________
Phphelpdesk-help mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phphelpdesk-help
|