Diff of /mambo/branches/4.6/administrator/components/com_modules/admin.modules.php
Parent Directory
|
Revision Log
|
Patch
| revision 1075, Mon Apr 23 23:53:33 2007 UTC | revision 1076, Tue Apr 24 02:10:28 2007 UTC | |
|---|---|---|
| # | Line 261 | Line 261 |
| 261 | ||
| 262 | foreach ($menus as $menuid){ | foreach ($menus as $menuid){ |
| 263 | // this check for the blank spaces in the select box that have been added for cosmetic reasons | // this check for the blank spaces in the select box that have been added for cosmetic reasons |
| 264 | if ( $menuid <> "-999" ) { | if ( $menuid <> "-999" && $menuid <> "-998") { |
| 265 | $query = "INSERT INTO #__modules_menu SET moduleid='$row->id', menuid='$menuid'"; | $query = "INSERT INTO #__modules_menu SET moduleid='$row->id', menuid='$menuid'"; |
| 266 | $database->setQuery( $query ); | $database->setQuery( $query ); |
| 267 | $database->query(); | $database->query(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

