Diff of /mambo/branches/4.6/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| revision 1333, Sat Oct 13 03:59:32 2007 UTC | revision 1334, Sat Oct 13 04:01:53 2007 UTC | |
|---|---|---|
| # | Line 852 | Line 852 |
| 852 | } | } |
| 853 | } | } |
| 854 | // execute updateOrder for each group | // execute updateOrder for each group |
| 855 | foreach ($sections as $section=>$rowid) { | foreach ($sections as $sectionid=>$rowid) { |
| 856 | $row->updateOrder("section='$section'"); | $row->updateOrder("section='$sectionid'"); |
| 857 | } // foreach | } // foreach |
| 858 | $msg = T_('New ordering saved'); | $msg = T_('New ordering saved'); |
| 859 | 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.

