Status: offline

ByteEnable

Forum User
Full Member
Registered: 10/20/03
Posts: 138
If I set $_CONF['rdf_limit'] = 10; it works

If I $_CONF['rdf_limit'] = 24h; it fails with the following message:

[19-Sep-2005 13:53:16] PHP Parse error: parse error, unexpected T_STRING in /ho
me/ByteEnable/geeklog/config.php on line 586

Byte
LinuxElectrons

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Text Formatted Code
$_CONF['rdf_limit'] = '24h';
 

bye, Dirk