Ignore:
Timestamp:
Aug 31, 2011, 10:30:59 PM (13 years ago)
Author:
plg
Message:

merge r12022 from branch 2.2 to trunk

bug 2421 fixed: no more warning on comments.php when $_SERVERQUERY_STRING is not defined

File:
1 edited

Legend:

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

    r11998 r12023  
    656656function get_query_string_diff($rejects=array(), $escape=true)
    657657{
     658  if (empty($_SERVER['QUERY_STRING']))
     659  {
     660    return '';
     661  }
     662 
    658663  $query_string = '';
    659664
Note: See TracChangeset for help on using the changeset viewer.