Changeset 384

Show
Ignore:
Timestamp:
06/08/06 10:23:47 (2 years ago)
Author:
sven
Message:

config: table prefixes are catching people out.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/config-dist.php

    r378 r384  
    4747$CFG->dbname = ''; 
    4848$CFG->dbpersist = false; 
     49 
     50// The following will assume all your database tables have this value at the start  
     51// of their names. If you're upgrading from an earlier version of Elgg, you might  
     52// need to set this to $CFG->prefix = ''; 
    4953$CFG->prefix = 'elgg'; 
    5054