diff -r effde559e0e9 -r 0c0aa144356a edit.php --- a/edit.php Mon Mar 03 20:32:33 2008 +0000 +++ b/edit.php Mon Mar 10 19:15:59 2008 +0000 @@ -124,7 +124,7 @@ $users = show_users(); foreach ($users as $u) { - unset($add); + $add = ''; if ($u["id"] == $info["ownerid"]) { $add = " SELECTED"; @@ -155,7 +155,7 @@