From 4ec98852f7ecf2475383bd447602c2f28d1fc381 Mon Sep 17 00:00:00 2001 From: jmunro Date: Tue, 14 May 2002 18:37:57 +0000 Subject: [PATCH] fix for problem with moving messages from folders that begin with "c", thanks Venge and Derek git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2822 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/delete_move_next/setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/delete_move_next/setup.php b/plugins/delete_move_next/setup.php index 293cd35b..4cb6172c 100644 --- a/plugins/delete_move_next/setup.php +++ b/plugins/delete_move_next/setup.php @@ -232,7 +232,7 @@ function delete_move_next_moveNextForm($next) { "". '
'. "". - "". + "". "". "". "". @@ -257,7 +257,7 @@ function delete_move_next_moveRightMainForm() { echo '' . "". '' . - "". + "". "". "". "". -- 2.25.1