Changeset 80 for trunk/include
- Timestamp:
- Jan 31, 2009, 11:07:57 AM (16 years ago)
- Location:
- trunk/include
- Files:
-
- 2 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' ; -
trunk/include/onupdate.php
r77 r80 126 126 )$charset_collate;"; 127 127 dbDelta($views_queries); 128 $sql = "INSERT INTO $group_role (groupid, role) VALUES (1, 'administrator')"; 129 $wpdb->query($sql); 130 128 131 } 129 132
Note: See TracChangeset
for help on using the changeset viewer.