Explorar o código

Silly me, functions require () to work.

jangliss %!s(int64=22) %!d(string=hai) anos
pai
achega
f88dec2b0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/global.php

+ 1 - 1
functions/global.php

@@ -250,7 +250,7 @@ function sqsession_destroy() {
         } else {
             $_SESSION = array();
         }
-        @session_destroy;
+        @session_destroy();
     }
 
 }