Removed unneeded session_register("current") line as we now use superglobals
and that php does the registering itself
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
function apidb_session_start()
|
||||
{
|
||||
@@ -104,6 +104,4 @@ session_set_save_handler("_session_open",
|
||||
"_session_destroy",
|
||||
"_session_gc");
|
||||
|
||||
session_register("current");
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user