Skip to content

Commit

Permalink
Second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
croxton committed Jan 27, 2011
1 parent 702bded commit a43767c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/search_fields/pi.search_fields.php
@@ -1,4 +1,4 @@
<?php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

$plugin_info = array(
'pi_name' => 'Search Fields',
Expand Down Expand Up @@ -516,7 +516,7 @@ function usage()
operator="OR"
channel="my_channel"
parse="inward"}
{exp:channel:entries entry_id="{search_results}" dynamic="off"}
{exp:channel:entries entry_id="{search_results}" disable="member_data|categories" dynamic="no" orderby="title" sort="asc" limit="10"}
<a href="{page_url}">{title}</a>
{/exp:channel:entries}
{/exp:search_fields}
Expand Down

0 comments on commit a43767c

Please sign in to comment.