|
From: Tomas K. <to...@us...> - 2006-07-15 12:01:53
|
Update of /cvsroot/squirrelmail/squirrelmail/plugins/listcommands In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20454/plugins/listcommands Modified Files: functions.php setup.php Log Message: removing trailing ?> from function scripts Index: functions.php =================================================================== RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/listcommands/functions.php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- functions.php 23 Jan 2006 18:42:22 -0000 1.7 +++ functions.php 15 Jul 2006 12:01:18 -0000 1.8 @@ -92,4 +92,3 @@ 'help' => _("Help")); } -?> \ No newline at end of file Index: setup.php =================================================================== RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/listcommands/setup.php,v retrieving revision 1.39 retrieving revision 1.40 diff -u -w -r1.39 -r1.40 --- setup.php 23 Jan 2006 18:42:22 -0000 1.39 +++ setup.php 15 Jul 2006 12:01:18 -0000 1.40 @@ -31,5 +31,3 @@ include_once(SM_PATH . 'plugins/listcommands/functions.php'); plugin_listcommands_menu_do(); } - -?> \ No newline at end of file |