* remove svput with empty string.
authorWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:56:27 +0000 (16:56 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:56:27 +0000 (16:56 +0000)
webcit/pushemail.c
webcit/static/t/prefs/pushemail.html

index 482ee8a58afa60095f81f8ca50be31f24eef45e1..82ee5682ac63c8985024e260405eb00c797669ce 100644 (file)
@@ -81,7 +81,6 @@ void display_pushemail(void)
                        }
                }
                }
-               svput("SMSNUM", WCS_STRING, " ");
                serv_printf("GOTO %s", ChrPtr(WC->CurRoom.name));
                StrBuf_ServGetln(Buf);
                GetServerStatus(Buf, NULL);
index e6a573c9147ff95e58f2a5da38b69b447aa26554..982d5c1ae9beed24b69a6cef6bd4b2514e553ca1 100644 (file)
@@ -29,7 +29,7 @@
           <p class="option">
            <input type="radio" name="pushsetting" value="textmessage" <?%("COND:LONGVECTOR", 1, 1, 3, 'CHECKED', "")>>
            <strong><?_("Send a text message to...")></strong> 
-           <input type="text" name="user_sms_number" size="20" value="<?SMSNUM>" >
+           <input type="text" name="user_sms_number" size="20" value=" " >
            <?_("(Use international format, without any leading zeros, spaces or hypens, like +61415011501)")>
          </p>