Changeset 2013


Ignore:
Timestamp:
May 15, 2007, 5:41:02 AM (17 years ago)
Author:
rvelices
Message:

merge -r 2012 from trunk to branch-1_7
keyword search was not working comments.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/comments.php

    r1900 r2013  
    118118                'return "content LIKE \'%$s%\'";'
    119119                ),
    120               preg_split('/[\s,;]+/', $keyword)
     120              preg_split('/[\s,;]+/', $_GET['keyword'] )
    121121              )
    122122      ).
Note: See TracChangeset for help on using the changeset viewer.