Sfoglia il codice sorgente

Silly me, functions require () to work.

jangliss 22 anni fa
parent
commit
f88dec2b0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
     }
 
 }