Changeset 80 for trunk/include/oninstall.php
- Timestamp:
- Jan 31, 2009, 11:07:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/oninstall.php
r78 r80 135 135 )$charset_collate;"; 136 136 dbDelta($views_queries); 137 137 $sql = "INSERT INTO $group_role (groupid, role) VALUES (1, 'administrator')"; 138 $wpdb->query($sql); 138 139 // make templates 139 140 // include_once XOOPS_ROOT_PATH . '/modules/' . $mydirname . '/include/xpress_templates.php' ;
Note: See TracChangeset
for help on using the changeset viewer.