Changeset 104

Show
Ignore:
Timestamp:
09/01/07 18:16:44 (1 year ago)
Author:
pdingle
Message:

fixed activation bug where options file was declared twice in pw_infocard class

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-infocard/wp/admin.pw.php

    r102 r104  
    3131        { 
    3232                global $table_prefix; 
    33  
    3433                // We use a bunch of tables to store data 
    3534                $this->table_audit = $table_prefix . "infocard_audit"; 
     
    4544 
    4645                //$this->table_options = $table_prefix . "infocard_options"; 
    47                 $this->table_options = $table_prefix . "options"; 
    4846        } // end pw_infocard 
    4947