PHP Ver. 3.5 compatibility changes

This commit is contained in:
Erik Amaru Ortiz
2013-09-25 10:14:39 -04:00
parent f1041608ff
commit 3d8c7649a8

View File

@@ -140,7 +140,7 @@ class PmSessionHandler //implements SessionHandlerInterface
// remaining references to it are deleted--you do this by assigning NULL to the variable // remaining references to it are deleted--you do this by assigning NULL to the variable
// that holds the object. If you don't do this explicitly, PHP will automatically // that holds the object. If you don't do this explicitly, PHP will automatically
// close the connection when your script ends. // close the connection when your script ends.
$this->db = null; //$this->db = null;
return true; return true;
} }