diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-27 02:50:07 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-27 02:50:07 +0000 |
commit | 0b055835fdecd9e560784ee23afa480328d8e742 (patch) | |
tree | f67f194e23167ae38b02e1dd35bee34a70078bf0 /modules/user/helpers | |
parent | acdc724fc83052bced312c0d09d76166305e1729 (diff) |
Remove commented code
Correct unbalanced brackets
Diffstat (limited to 'modules/user/helpers')
-rw-r--r-- | modules/user/helpers/user_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/helpers/user_installer.php b/modules/user/helpers/user_installer.php index e62470e0..f293e109 100644 --- a/modules/user/helpers/user_installer.php +++ b/modules/user/helpers/user_installer.php @@ -74,7 +74,7 @@ class user_installer { $admin->save(); // Let the admin own everything - $db->update("items", array("owner_id" => $admin->id), array("owner_id" => "IS NULL"); + $db->update("items", array("owner_id" => $admin->id), array("owner_id" => "IS NULL")); module::set_version("user", 1); $root = ORM::factory("item", 1); |