X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fplugin.php;h=696cab5c74ba12cd3b8edbca1bdb6c44eb7b7513;hb=35678c48e1ed84515f4ecaf22fbc3ae4cadcfc1f;hp=c1c4cf2aa7f739966f69cd7cae19b70fc02d8a09;hpb=7b086a8035ee92e3afe42857f6877522c13f2c76;p=squirrelmail.git 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); ?>