Le Viet Hung, Vietnamese translation
[squirrelmail.git] / themes / random.php
index 765da388e5246522cd9e1ec800b0180752f6923d..38094b7b191887e3fd5896b72d3a08233acc7180 100755 (executable)
@@ -7,7 +7,7 @@
  *    Date:    December 24, 2001
  *    Comment: Guess what this does!
  *
- * Copyright (c) 2000-2002 The SquirrelMail Project Team
+ * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
@@ -19,7 +19,7 @@ require_once(SM_PATH . 'functions/global.php');
    
 global $theme, $random_theme_good_themes;
    
-if (!session_is_registered('random_theme_good_theme')) {
+if (!sqsession_is_registered('random_theme_good_theme')) {
     $good_themes = array();
     foreach ($theme as $data) {
         if (substr($data['PATH'], -18) != '/themes/random.php') {