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 /pear | |
| 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 'pear')
| -rw-r--r-- | pear/Auth/Container/ADOdb.php | 1 | ||||
| -rw-r--r-- | pear/auth_adodb_example.php | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/pear/Auth/Container/ADOdb.php b/pear/Auth/Container/ADOdb.php index 7b936a78..b2943952 100644 --- a/pear/Auth/Container/ADOdb.php +++ b/pear/Auth/Container/ADOdb.php @@ -402,4 +402,3 @@ function dump( $var, $str, $vardump = false ) { ( !$vardump ) ? ( print_r( $var )) : ( var_dump( $var )); print "</pre>"; } -?> diff --git a/pear/auth_adodb_example.php b/pear/auth_adodb_example.php index 7f6e2d08..3b7cf5e8 100644 --- a/pear/auth_adodb_example.php +++ b/pear/auth_adodb_example.php @@ -23,5 +23,3 @@ if ($a->getAuth()) { echo "Success"; // * The output of your site goes here. } - -?> |
