diff options
| author | Damien Regad <dregad@mantisbt.org> | 2014-02-24 16:21:57 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2014-02-24 16:57:38 +0100 |
| commit | 8658d9d862cda3cbe153f586f61426b5010cc38b (patch) | |
| tree | d8aa72c9fa13c73eec83bc327110a0db2e768cc1 /adodb-exceptions.inc.php | |
| parent | 07164ba070143f51efcf1db74a2bd042bd6eb3e4 (diff) | |
| download | adodb-8658d9d862cda3cbe153f586f61426b5010cc38b.tar.gz adodb-8658d9d862cda3cbe153f586f61426b5010cc38b.tar.bz2 adodb-8658d9d862cda3cbe153f586f61426b5010cc38b.zip | |
Remove closing php tag
http://php.net/manual/en/language.basic-syntax.phptags.php
Diffstat (limited to 'adodb-exceptions.inc.php')
| -rw-r--r-- | adodb-exceptions.inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/adodb-exceptions.inc.php b/adodb-exceptions.inc.php index 414b4886..e26073f5 100644 --- a/adodb-exceptions.inc.php +++ b/adodb-exceptions.inc.php @@ -77,6 +77,3 @@ global $ADODB_EXCEPTION; else $errfn = 'ADODB_EXCEPTION'; throw new $errfn($dbms, $fn, $errno, $errmsg, $p1, $p2, $thisConnection); } - - -?>
\ No newline at end of file |
