/[drupal]/contributions/modules/navigate/navigate_search/navigate_search.module
ViewVC logotype

Diff of /contributions/modules/navigate/navigate_search/navigate_search.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5.4.9, Wed Jul 29 19:09:44 2009 UTC revision 1.5.4.10, Wed Jul 29 23:35:02 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: navigate_search.module,v 1.5.4.8 2009/07/29 16:22:32 stompeers Exp $  // $Id: navigate_search.module,v 1.5.4.9 2009/07/29 19:09:44 stompeers Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 503  function navigate_search_theme() { Line 503  function navigate_search_theme() {
503   * Define stripos for php 4   * Define stripos for php 4
504   */   */
505  if (!function_exists('stripos')) {  if (!function_exists('stripos')) {
506    function stripos($haystack, $needle){    function stripos($haystack, $needle) {
507      return strpos($haystack, stristr( $haystack, $needle ));      return strpos($haystack, stristr( $haystack, $needle ));
508    }    }
509  }  }

Legend:
Removed from v.1.5.4.9  
changed lines
  Added in v.1.5.4.10

  ViewVC Help
Powered by ViewVC 1.1.2