Diff of /mambo/branches/4.6/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| revision 1484, Tue Dec 18 05:02:58 2007 UTC | revision 1485, Tue Dec 18 07:39:13 2007 UTC | |
|---|---|---|
| # | Line 195 | Line 195 |
| 195 | ; | ; |
| 196 | $database->setQuery( $query ); | $database->setQuery( $query ); |
| 197 | $rows = $database->loadObjectList(); | $rows = $database->loadObjectList(); |
| 198 | if ($rows) { | |
| 199 | foreach($rows as $row) { | |
| 200 | $row->name = htmlspecialchars( str_replace( '&', '&', $row->name ) ); | |
| 201 | $row->title = htmlspecialchars( str_replace( '&', '&', $row->title ) ); | |
| 202 | } | |
| 203 | } | |
| 204 | if ($database->getErrorNum()) { | if ($database->getErrorNum()) { |
| 205 | echo $database->stderr(); | echo $database->stderr(); |
| 206 | return; | return; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

