Diff of /mambo/branches/4.7/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| revision 1332, Fri Oct 12 16:10:25 2007 UTC | revision 1333, Sat Oct 13 03:59:32 2007 UTC | |
|---|---|---|
| # | Line 865 | Line 865 |
| 865 | } | } |
| 866 | } | } |
| 867 | // execute updateOrder for each group | // execute updateOrder for each group |
| 868 | foreach ($sections as $section=>$rowid) { | foreach ($sections as $sectionid=>$rowid) { |
| 869 | $row->updateOrder("section='$section'"); | $row->updateOrder("section='$sectionid'"); |
| 870 | } // foreach | } // foreach |
| 871 | $msg = T_('New ordering saved'); | $msg = T_('New ordering saved'); |
| 872 | mosRedirect( 'index2.php?option=com_categories§ion='. $section, $msg ); | mosRedirect( 'index2.php?option=com_categories§ion='. $section, $msg ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

