Remove error reporting.

This commit is contained in:
Michal Čihař
2005-06-24 12:01:43 +00:00
parent c5a7c6662c
commit b8746b6e09
4 changed files with 4 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
error_reporting(E_ALL);
/**
* Set of functions used to build SQL dumps of tables
*/