# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/admin.comprofiler.html.php +++ administrator/components/com_comprofiler/admin.comprofiler.html.php @@ -26,7 +26,7 @@ ?> function cbsaveorder( n ) { cbcheckAll_button( n ); - submitform(''); + cbsubmitform(''); } //needed by cbsaveorder function @@ -362,7 +362,7 @@ function submitbutton(pressbutton) { if (pressbutton == 'showLists') { - submitform( pressbutton ); + cbsubmitform( pressbutton ); return; } var coll = document.adminForm; @@ -398,7 +398,7 @@ selectAll(document.adminForm.col3); selectAll(document.adminForm.col4); - submitform( pressbutton ); + cbsubmitform( pressbutton ); } }