Changeset 4097 for plugins/apostropheBlogPlugin/branches/1.5/modules/aEventAdmin/lib/BaseaEventAdminActions.class.php
- Timestamp:
- 08/30/11 10:50:45 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/branches/1.5/modules/aEventAdmin/lib/BaseaEventAdminActions.class.php
r4082 r4097 73 73 } 74 74 75 /** 76 * Autocomplete of title in 'term'. Outputs jquery autocomplete compatible list of events 77 */ 75 78 public function executeSearch(sfWebRequest $request) 76 79 { 77 return aBlogToolkit::searchBody($this, '@a_event_ redirect', 'aEvent', null, $request);80 return aBlogToolkit::searchBody($this, '@a_event_search_redirect', 'aEvent', null, $request); 78 81 } 79 82

