edit.php
changeset 79 0c0aa144356a
parent 76 0748816801b2
child 82 c255196bc447
--- 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 @@
 <?php
 	foreach($server_types as $s)
 	{
-		unset($add);
+		$add = '';
 		if ($s == $domain_type)
 		{
 			$add = " SELECTED";