put all the information returned from a select in the result
[squirrelmail.git] / src / validate.php
index 4ec5b44e14007cfbfbe416ccf1cd9b7b53a96663..dc20d25a8d650c431b8d7ba7fda5c252aec46357 100644 (file)
@@ -14,6 +14,7 @@ session_start();
 require_once('../functions/i18n.php');
 require_once('../functions/auth.php');
 require_once('../functions/strings.php');
+require_once('../functions/prefs.php');
 
 is_logged_in();
 
@@ -84,4 +85,4 @@ if ( $timeZone != SMPREF_NONE && ($timeZone <> '')
     putenv( 'TZ=' . $timeZone );
 }
 
-?>
\ No newline at end of file
+?>