Merge pull request #121 from sempoi/patch-9

Update editExtraSet.tpl
This commit is contained in:
Shadow
2014-03-10 08:28:26 +02:00
+1 -8
View File
@@ -37,14 +37,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
<td>Max Number of Mails</td> <td>Max Number of Mails</td>
<td>30</td> <td>30</td>
</tr> </tr>
<tr>
<td>Error Reporting</td>
<td><select name="error">
<option value="error_reporting (E_ALL ^ E_NOTICE);" selected="selected">Yes</option>
<option value="error_reporting (0);">No</option>
</select>
</td>
</tr>
</tbody> </tbody>
</table> </table>
<br /> <br />