LAYOUT: last login and logout text where displayed incorrectly sometimes
[e-DoKo.git] / register.php
index 827e77ea3c0b7524db2190f64b1e1288afe9a9f0..7c3a373989bdfcd9d91bca39dff5014d9482183e 100644 (file)
@@ -71,9 +71,10 @@ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") )
               <td><label for="Rtimezone">Timezone:</label></td>
                <td>
                  <select id="Rtimezone" name="Rtimezone" size="1">
-                     <option value="1">Berlin</option>
-                     <option value="-8">Berkeley</option>
-                     <option value="13">Wellington</option>
+                     <option value="Europe/London">Berlin</option>
+                     <option value="Europe/Berlin">Berlin</option>
+                     <option value="America/Vancouver">Berkeley</option>
+                     <option value="Pacific/Auckland">Wellington</option>
                  </select>
                 (If your timezone is not listed, just select whatever you want and email the admin your correct time zone.)
               </td>