Changeset 2012 for trunk/comments.php


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

keyword search was not working comments.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r1900 r2012  
    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.