Changeset 1686

Show
Ignore:
Timestamp:
02/12/2008 07:24:16 PM (9 months ago)
Author:
jeena
Message:

JLOG_ADMIN must be false if not the suggestiondata will not work

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.php

    r1667 r1686  
    1111 define("JLOG_NEW_VERSION", '1.1.0'); 
    1212 define("JLOG_SETUP", true); 
    13  define("JLOG_ADMIN", true); 
     13 define("JLOG_ADMIN", false); 
    1414 $basepath = dirname( __FILE__ ).DIRECTORY_SEPARATOR; 
    1515