Ignore:
Timestamp:
Apr 6, 2010, 10:04:42 PM (14 years ago)
Author:
rvelices
Message:

fixes only:

  • some searches returned bad array for pageitems (resulting in php warnings and sometimes mysql fatal error) still existing in branch 2.0
  • mysql fatal error in admin maintenance
  • php warn in plugins_list.php
  • fix check on function param in admin/include/functions.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_search.inc.php

    r5196 r5691  
    253253        else
    254254        {
    255           $items = array_intersect($items, $tag_items);
     255          $items = array_values( array_intersect($items, $tag_items) );
    256256        }
    257257        break;
Note: See TracChangeset for help on using the changeset viewer.