Skip to content

Commit

Permalink
MDI-1444 Removed deprecated session_register() function
Browse files Browse the repository at this point in the history
  • Loading branch information
seergiue authored and kpicaza committed Nov 29, 2021
1 parent 31b880f commit 9523c62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/adodb5/session/old/adodb-session-clob.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ function adodb_sess_gc($maxlifetime)
if (0) {

session_start();
session_register('AVAR');
$_SESSION['AVAR'] += 1;
ADOConnection::outp( "
-- \$_SESSION['AVAR']={$_SESSION['AVAR']}</p>",false);
Expand Down
1 change: 0 additions & 1 deletion src/adodb5/session/old/adodb-session.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ function adodb_sess_gc($maxlifetime)
if (0) {

session_start();
session_register('AVAR');
$_SESSION['AVAR'] += 1;
ADOConnection::outp( "
-- \$_SESSION['AVAR']={$_SESSION['AVAR']}</p>",false);
Expand Down

0 comments on commit 9523c62

Please sign in to comment.