View Single Post
Old 05-10-2004, 02:30 PM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Change the following in config.php.
PHP Code:
define('DISPLAY_SNIPPETS',true); 
to
PHP Code:
define('DISPLAY_SNIPPETS',false); 
Also change this:
PHP Code:
define('DISPLAY_SUMMARY',false); 
to this:
PHP Code:
define('DISPLAY_SUMMARY',true); 
vinyl-junkie is offline   Reply With Quote