ehh, hmm: include -> require
[squirrelmail.git] / src / options.php
index fe7a68afd6f45c0bbd499f71f38be5cb7b6f7e60..dad4282779dd1ed622c1355ce8aa1c1ee8884b97 100644 (file)
@@ -17,7 +17,7 @@ require_once('../functions/display_messages.php');
 require_once('../functions/imap.php');
 require_once('../functions/array.php');
 require_once('../functions/options.php');
-include_once('../functions/strings.php');
+require_once('../functions/strings.php');
 
 /* Set the base uri. */
 ereg ("(^.*/)[^/]+/[^/]+$", $PHP_SELF, $regs);