Diff of /mambo/branches/4.6/components/com_content/content.php
Parent Directory
|
Revision Log
|
Patch
| revision 213, Tue Jan 31 12:11:42 2006 UTC | revision 234, Sun Feb 5 16:08:28 2006 UTC | |
|---|---|---|
| # | Line 365 | Line 365 |
| 365 | ||
| 366 | // get the total number of published items in the category | // get the total number of published items in the category |
| 367 | // filter functionality | // filter functionality |
| $filter = trim( mosGetParam( $_POST, 'filter', '' ) ); | ||
| $filter = strtolower( $filter ); | ||
| 368 | $and = ''; | $and = ''; |
| 369 | if ( $filter ) { | if ($filter = mosGetParam($_POST, 'filter', '')) { |
| 370 | $filter = strtolower( $filter ); | |
| 371 | $filter = $database->getEscaped($filter); | |
| 372 | if ( $params->get( 'filter' ) ) { | if ( $params->get( 'filter' ) ) { |
| 373 | switch ( $params->get( 'filter_type' ) ) { | switch ( $params->get( 'filter_type' ) ) { |
| 374 | case 'title': | case 'title': |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

