From fa9439f0b75a01cac086bbb7ab3ea9c2d90bd34a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 18 Aug 2006 22:30:03 +0000 Subject: [PATCH] r1082: Fixing more warnings --- admin/language.php | 2 +- docs/changes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/language.php b/admin/language.php index 1c56d7e..abc47ac 100644 --- a/admin/language.php +++ b/admin/language.php @@ -56,7 +56,7 @@ if ($_REQUEST['do'] == 'kill') if ($_REQUEST['do'] == 'delete') { - $admin->page_confirm(_('Are you sure you want to delete this language?'), 'language.php?do=kill&languageid=' . $bugsys->input_clean('languageid', TYPE_UINT)); + $admin->page_confirm(_('Are you sure you want to delete this language?'), 'language.php', 'kill', array('languageid' => $bugsys->input_clean('languageid', TYPE_UINT))); } // ################################################################### diff --git a/docs/changes.txt b/docs/changes.txt index a893a27..3bf8429 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -9,6 +9,7 @@ - Created a Language API - Fix a call to a non-object error [editcomment.php#116] - Switch to gettext language system instead of the XML-strings format +- Fixing warnings related to Printer->page_confirm() [language.php#59] 1.1.0 Beta 1 ================== -- 2.22.5