Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
*5251* fix User Export doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
James MacGregor authored and James MacGregor committed Apr 15, 2010
1 parent 5431284 commit 2322732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/importexport/users/UserExportDom.inc.php
Expand Up @@ -23,7 +23,7 @@ class UserExportDom {
function &exportUsers(&$schedConf, &$users, $allowedRoles = null) {
$roleDao =& DAORegistry::getDAO('RoleDAO');

$doc =& XMLCustomWriter::createDocument('issue', USERS_DTD_ID, USERS_DTD_URL);
$doc =& XMLCustomWriter::createDocument('users', USERS_DTD_ID, USERS_DTD_URL);
$root =& XMLCustomWriter::createElement($doc, 'users');

foreach ($users as $user) {
Expand Down

0 comments on commit 2322732

Please sign in to comment.