Removed unneeded session_register("current") line as we now use superglobals

and that php does the registering itself
This commit is contained in:
Jonathan Ernst
2004-12-11 19:37:21 +00:00
committed by WineHQ
parent 1911e5f9fd
commit 9cda0192c8

View File

@@ -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");
?>