From dbe39bbc797537f88d539239abcd0b35c24f93ad Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 6 May 2006 17:33:12 +0000 Subject: [PATCH] Fix bug in adding a account --- html/pcmn_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pcmn_update.php b/html/pcmn_update.php index 66a26284c..36e6abfe6 100644 --- a/html/pcmn_update.php +++ b/html/pcmn_update.php @@ -90,7 +90,7 @@ if ( isset ( $_POST["Add"] ) ) { extract ($_POST); if ( isset ( $p_val) && isset ( $p_lib ) ) { $p_val=trim($p_val); - $p_lib=trim($p_lib); + $p_lib=FormatString(trim($p_lib)); $p_parent=$_POST["p_parent"]; if ( strlen ($p_val) != 0 && strlen ($p_lib) != 0 ) { if (strlen ($p_val) == 1 ) {