From: gustavf Date: Thu, 29 Jun 2000 08:17:05 +0000 (+0000) Subject: Fixed spelin errorr. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c27d5a49ce6c2e949f4a554ffeaa9acdfee9e513;p=squirrelmail.git Fixed spelin errorr. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@567 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/plugin.php b/functions/plugin.php index c1c4cf2a..696cab5c 100644 --- a/functions/plugin.php +++ b/functions/plugin.php @@ -7,7 +7,7 @@ ** ** Plugins will eventually be a way to provide added functionality ** without having to patch the SquirrelMail source code. Have some - ** patients, though, as the these funtions might change in the near + ** patience, though, as the these funtions might change in the near ** future. ** ** Documentation on how to write plugins might show up some time. @@ -39,8 +39,8 @@ } // On startup, register all plugins configured for use - if (is_array($plugins)) - while (list ($id, $name) = each ($plugins)) - use_plugin($name); + if (is_array($plugins)) + while (list ($id, $name) = each ($plugins)) + use_plugin($name); ?>