diff options
| author | Jean-Michel Vourgère <nirgal@debian.org> | 2019-11-04 22:10:48 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2019-11-12 13:46:19 +0100 |
| commit | 064f2f108c0b9781b61b353442691099f5e79845 (patch) | |
| tree | dfac29d1c18c91abb81f79a1850c3fbadc8afc56 /session/adodb-session2.php | |
| parent | 01e2e0d97226556052b146cf98e584fd7a8df249 (diff) | |
| download | adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.gz adodb-064f2f108c0b9781b61b353442691099f5e79845.tar.bz2 adodb-064f2f108c0b9781b61b353442691099f5e79845.zip | |
Codespell assisted typo cleaning
Diffstat (limited to 'session/adodb-session2.php')
| -rw-r--r-- | session/adodb-session2.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/session/adodb-session2.php b/session/adodb-session2.php index 3619b20b..a0ce0efa 100644 --- a/session/adodb-session2.php +++ b/session/adodb-session2.php @@ -643,7 +643,7 @@ class ADODB_Session { $sql = "SELECT $ADODB_SESSION_SELECT_FIELDS FROM $table WHERE sesskey = $binary ".$conn->Param(0)." AND expiry >= " . $conn->sysTimeStamp; /* Lock code does not work as it needs to hold transaction within whole page, and we don't know if - developer has commited elsewhere... :( + developer has committed elsewhere... :( */ #if (ADODB_Session::Lock()) # $rs = $conn->RowLock($table, "$binary sesskey = $qkey AND expiry >= " . time(), sessdata); @@ -941,12 +941,12 @@ ADODB_Session::_init(); if (empty($ADODB_SESSION_READONLY)) register_shutdown_function('session_write_close'); -// for backwards compatability only +// for backwards compatibility only function adodb_sess_open($save_path, $session_name, $persist = true) { return ADODB_Session::open($save_path, $session_name, $persist); } -// for backwards compatability only +// for backwards compatibility only function adodb_sess_gc($t) { return ADODB_Session::gc($t); |
