diff options
| author | Timm Friebe <thekid@php.net> | 2004-02-10 20:39:08 +0000 |
|---|---|---|
| committer | Timm Friebe <thekid@php.net> | 2004-02-10 20:39:08 +0000 |
| commit | b3a55e95dec3e181a079e556a9b2ff79dba96f39 (patch) | |
| tree | 42350aa63ce60b3ea8aec4e8638e2f8a9855cc67 | |
| parent | ed113a65b016a29ac01502fb6a95fc59c7ebc6c4 (diff) | |
| download | php-git-b3a55e95dec3e181a079e556a9b2ff79dba96f39.tar.gz | |
- Removed pointless call to error_reporting()
| -rw-r--r-- | ext/sybase_ct/tests/test.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sybase_ct/tests/test.inc b/ext/sybase_ct/tests/test.inc index c7e2396ed5..48aa7d23b3 100644 --- a/ext/sybase_ct/tests/test.inc +++ b/ext/sybase_ct/tests/test.inc @@ -4,8 +4,6 @@ * $Id$ */ - error_reporting(E_ALL); - // Change if needed define('HOST', '****'); define('USER', '****'); |
