r1082: Fixing more warnings
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 18 Aug 2006 22:30:03 +0000 (22:30 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 18 Aug 2006 22:30:03 +0000 (22:30 +0000)
admin/language.php
docs/changes.txt

index 1c56d7e2d41cb09d89aeb6b1b2645edfa378adbb..abc47acdc99dc840b32ed63a8258e03d23bcd6b7 100644 (file)
@@ -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&amp;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)));
 }
 
 // ###################################################################
index a893a27343da63c09d85aadda83eb4950751e147..3bf84296289501d9752a1f210f66204b2bde4c6e 100644 (file)
@@ -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
 ==================