From 8c01b590b93aa2836dfc6c3891f30aa6c01e653d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 12 Sep 2008 15:56:56 +0200 Subject: [PATCH] Fixed minor spelling issue in chart admin --- src/admin/charts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/charts.php b/src/admin/charts.php index 5846a47..91415bf 100644 --- a/src/admin/charts.php +++ b/src/admin/charts.php @@ -188,7 +188,7 @@ if ( isset($_GET['op']) ) if ( (!isset($_GET['verify']) || $_GET['verify'] != "yes") ) { // This will print an additional secure check which the user needs to confirm and exit the script execution. - PrintSecureUserCheck( GetAndReplaceLangStr( $content['LN_CHARTS_WARNDELETESEARCH'], $myrow['Name'] ), $content['LN_DELETEYES'], $content['LN_DELETENO'] ); + PrintSecureUserCheck( GetAndReplaceLangStr( $content['LN_CHARTS_WARNDELETESEARCH'], $myrow['DisplayName'] ), $content['LN_DELETEYES'], $content['LN_DELETENO'] ); } // --- @@ -203,7 +203,7 @@ if ( isset($_GET['op']) ) DB_FreeQuery($result); // Do the final redirect - RedirectResult( GetAndReplaceLangStr( $content['LN_CHARTS_ERROR_HASBEENDEL'], $myrow['Name'] ) , "charts.php" ); + RedirectResult( GetAndReplaceLangStr( $content['LN_CHARTS_ERROR_HASBEENDEL'], $myrow['DisplayName'] ) , "charts.php" ); } else {