Diff of /mambo/branches/4.6/administrator/components/com_modules/toolbar.modules.html.php
Parent Directory
|
Revision Log
|
Patch
| revision 1535, Thu Jan 10 08:48:58 2008 UTC | revision 1754, Tue Feb 17 11:25:53 2009 UTC | |
|---|---|---|
| # | Line 58 | Line 58 |
| 58 | $cid = (int) $_GET['id']; | $cid = (int) $_GET['id']; |
| 59 | } | } |
| 60 | $database =& mamboDatabase::getInstance(); | $database =& mamboDatabase::getInstance(); |
| 61 | // @RawSQLUse, trivial_implementation, SELECT, CONCEPT | |
| 62 | $database->setQuery('select module from #__modules where id = '.$cid); | $database->setQuery('select module from #__modules where id = '.$cid); |
| 63 | $result = substr($database->loadResult(), 4); | $result = substr($database->loadResult(), 4); |
| 64 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

