// Does only allow numbers
function bigintval ($num, $castValue = true) {
// Filter all numbers out
- $ret = preg_replace("/[^0123456789]/", '', $num);
+ $ret = preg_replace('/[^0123456789]/', '', $num);
// Shall we cast?
if ($castValue) $ret = (double)$ret;
<td align="right">{--ADMIN_OPTION_CSS_PHP--}:</td>
<td width="10" class="seperator"> </td>
<td>
- <input type="radio" name="css_php" value="DIRECT"$content[css_php_direct]/ > {--ADMIN_CSS_PHP_DIRECT--}<br />
+ <input type="radio" name="css_php" value="DIRECT"$content[css_php_direct] /> {--ADMIN_CSS_PHP_DIRECT--}<br />
<input type="radio" name="css_php" value="FILE"$content[css_php_file] /> {--ADMIN_CSS_PHP_FILE--}<br />
<input type="radio" name="css_php" value="INLINE"$content[css_php_inline] /> {--ADMIN_CSS_PHP_INLINE--}
</td>
$content
</select></td>
</tr>
-</table>
\ No newline at end of file
+</table>
<td colspan="2" height="7" class="seperator"> </td>
</tr>
<tr>
- <td colspan="2" align="center">$content[max_receive_list]/td>
+ <td colspan="2" align="center">$content[max_receive_list]</td>
</tr>
<tr>
<td colspan="2" height="7" class="seperator"> </td>