Diff of /mambo/branches/4.6/administrator/components/com_menus/content_typed/content_typed.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 1753, Fri Jan 23 00:10:31 2009 UTC | revision 1754, Tue Feb 17 11:25:53 2009 UTC | |
|---|---|---|
| # | Line 43 | Line 43 |
| 43 | ||
| 44 | if ( $uid ) { | if ( $uid ) { |
| 45 | $temp = explode( 'id=', $menu->link ); | $temp = explode( 'id=', $menu->link ); |
| 46 | // @RawSQLUse, trivial_implementation, SELECT, CONCEPT | |
| 47 | $query = "SELECT a.title, a.title_alias, a.id" | $query = "SELECT a.title, a.title_alias, a.id" |
| 48 | . "\n FROM #__content AS a" | . "\n FROM #__content AS a" |
| 49 | . "\n WHERE a.id = '". $temp[1] ."'" | . "\n WHERE a.id = '". $temp[1] ."'" |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

