Diff of /mambo/branches/4.6/administrator/components/com_modules/admin.modules.php
Parent Directory
|
Revision Log
|
Patch
| revision 1251, Tue Aug 21 04:02:11 2007 UTC | revision 1252, Tue Aug 21 04:02:58 2007 UTC | |
|---|---|---|
| # | Line 595 | Line 595 |
| 595 | function saveOrder( &$cid, $client ) { | function saveOrder( &$cid, $client ) { |
| 596 | global $database; | global $database; |
| 597 | $order = mosGetParam( $_POST, 'order', array(0) ); | $order = mosGetParam( $_POST, 'order', array(0) ); |
| 598 | $row = new mosMenu( $database ); | $row = new mosModule( $database ); |
| 599 | $positions = array(); | $positions = array(); |
| 600 | // update ordering values | // update ordering values |
| 601 | foreach ($cid as $i=>$ciditem) { | foreach ($cid as $i=>$ciditem) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

