--- a/includes/clientside/static/paginate.js Wed May 07 14:06:16 2008 -0400
+++ b/includes/clientside/static/paginate.js Sun May 11 16:58:58 2008 -0400
@@ -319,7 +319,7 @@
var offset = ( userinput - 1 ) * perpage;
if ( userinput > max || isNaN(userinput) || userinput < 1 )
{
- new messagebox(MB_OK|MB_ICONSTOP, $lang.get('paginate_err_bad_page_title'), $lang.get('paginate_err_bad_page_body', { max: max }));
+ new MessageBox(MB_OK|MB_ICONSTOP, $lang.get('paginate_err_bad_page_title'), $lang.get('paginate_err_bad_page_body', { max: max }));
return false;
}
if ( typeof(formatstring) == 'object' )