summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 786105f)
raw | patch | inline | side by side (parent: 786105f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 12:08:04 +0000 (12:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 12:08:04 +0000 (12:08 +0000) |
plugins/admin/systems/class_phoneGeneric.inc | patch | blob | history | |
plugins/admin/systems/phonesettings.tpl | patch | blob | history |
diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc
index d0ecb5bdd45e52f96c03cd284a89fc758d2b9d9b..8e67b5af174563a89c1b9568de7ae5f8dbf9c4ac 100644 (file)
if (!preg_match("/^$num\\.$num\\.$num\\.$num$/", $this->goFonDefaultIP)){
$message[]= _("Wrong IP format in field goFonDefaultIP.");
}
+
+ /* Check for valid number */
if((strlen($this->goFonQualify))!=(strlen((int)($this->goFonQualify)))){
$message[]= _("The given value for goFonQualify is not a valid number.");
}
index 1b7fccb6d80242781d1a0b263823f5465f915e7f..aec9e83338bdef31d4043643fb3e9a3a67c03c5f 100644 (file)
</tr>
<tr>
<td >
- {t}Quality{/t}
+ {t}Qualify{/t}
</td>
<td>
<input style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>