Browse Source

Silly me, functions require () to work.

jangliss 22 years ago
parent
commit
f88dec2b0c
1 changed files with 1 additions and 1 deletions
  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();
     }
 
 }