X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fdemo%2Fsetup.php;h=2fb4982ba01bf5427f6fb17c44e4b78a237da21f;hp=14db1594150ae01894ad362ae8c4b9fc9e79e93e;hb=6d9f22dba5d50ff55b8d6811412feedd3e534acf;hpb=6b5eb340a4231b7925456d47ca9b852ddd018c24;ds=inline diff --git a/plugins/demo/setup.php b/plugins/demo/setup.php index 14db1594..2fb4982b 100644 --- a/plugins/demo/setup.php +++ b/plugins/demo/setup.php @@ -2,7 +2,7 @@ /** * SquirrelMail Demo Plugin - * @copyright © 2006-2007 The SquirrelMail Project Team + * @copyright 2006-2010 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -28,10 +28,6 @@ function squirrelmail_plugin_init_demo() $squirrelmail_plugin_hooks['login_cookie']['demo'] = 'demo_login_cookie'; -//FIXME: not all of the above hooks are yet implemented below - $squirrelmail_plugin_hooks['login_top']['demo'] - = 'demo_login_top'; - //FIXME: not all of the above hooks are yet implemented below $squirrelmail_plugin_hooks['login_bottom']['demo'] = 'demo_login_bottom';