diff options
| author | Mark Newnham <mark@newnhams.com> | 2018-07-23 16:14:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-23 16:14:08 -0600 |
| commit | 48575bb5a64055dc963d680437ce4bea5748b47b (patch) | |
| tree | 1af94037ec5ee25935adb007810961ef3f5ee0a8 /session | |
| parent | 9b40399825dd572524baf1802381ca334f5b4b2b (diff) | |
| download | adodb-48575bb5a64055dc963d680437ce4bea5748b47b.tar.gz adodb-48575bb5a64055dc963d680437ce4bea5748b47b.tar.bz2 adodb-48575bb5a64055dc963d680437ce4bea5748b47b.zip | |
Junk character in change file see #395
The file for commit had an extended character introduced, clean up before pull
Diffstat (limited to 'session')
| -rw-r--r-- | session/adodb-session2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/session/adodb-session2.php b/session/adodb-session2.php index f3a842f1..87cf286b 100644 --- a/session/adodb-session2.php +++ b/session/adodb-session2.php @@ -579,7 +579,7 @@ class ADODB_Session { $ok = $conn->Connect($dsn,$user,$password); } }else{ - $conn = ADONewConnection($driverÏ); + $conn = ADONewConnection($driver); if ($debug) { $conn->debug = true; ADOConnection::outp( " driver=$driver user=$user db=$database "); |
