Changeset 182
- Timestamp:
- 01/24/06 17:09:22 (3 years ago)
- Files:
-
- devel/includes_system.php (modified) (2 diffs)
- devel/units/admin/admin_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/includes_system.php
r148 r182 91 91 // Weblog 92 92 include(path . "units/weblogs/main.php"); 93 93 94 // File repository 94 95 include(path . "units/files/main.php"); … … 117 118 require(path . "units/xml/main.php"); 118 119 120 // Calendar 121 include(path . "units/calendar/main.php"); 122 119 123 // Your Resources 120 124 require(path . "units/magpie/main.php"); devel/units/admin/admin_actions.php
r136 r182 143 143 db_query("insert into users set username = '" . $new_username[$i] . "', name = '" . $new_name[$i] . "', email = '" . $new_email[$i] . "', password = '".$md5password."', active = 'yes', user_type = 'person'"); 144 144 $newid = db_id(); 145 db_query("insert into calendar(owner) values({$newid})"); 146 145 147 $rssresult = run("weblogs:rss:publish", array($newid, false)); 146 148 $rssresult = run("files:rss:publish", array($newid, false));
