corrected autoupdate functions
This commit is contained in:
@ -40,7 +40,7 @@ if( !isset($_GET["do"]) )
|
||||
|
||||
$wap_pass = $row["wap_pass"];
|
||||
|
||||
if( $row["a_alarmmail2sms"] == 1 ) $checked = 'checked';
|
||||
( $row["a_alarmmail2sms"] == 1 ) ? $checked = 'checked' : $checked="";
|
||||
$mailform_checkbox = '<input type="checkbox" name="mail2sms" value="1" '.$checked.'>';
|
||||
$mailform_mail = '<input name="alarmmail" type="text" id="alarmmail" value="'.$row["a_alarmmail"].'">';
|
||||
|
||||
|
Reference in New Issue
Block a user