Changeset 104
- Timestamp:
- 09/01/07 18:16:44 (1 year ago)
- Files:
-
- trunk/wp-infocard/wp/admin.pw.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/wp/admin.pw.php
r102 r104 31 31 { 32 32 global $table_prefix; 33 34 33 // We use a bunch of tables to store data 35 34 $this->table_audit = $table_prefix . "infocard_audit"; … … 45 44 46 45 //$this->table_options = $table_prefix . "infocard_options"; 47 $this->table_options = $table_prefix . "options";48 46 } // end pw_infocard 49 47
