Ignore:
Timestamp:
Jul 5, 2010, 11:18:14 PM (14 years ago)
Author:
nikrou
Message:

Bug 1763 fixed : [PostgreSQL] double quote used in queries

File:
1 edited

Legend:

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

    r6615 r6664  
    260260  FROM '.CATEGORIES_TABLE.'
    261261  WHERE
    262     uppercats LIKE "'.$page['category']['uppercats'].',%" '
     262    uppercats LIKE \''.$page['category']['uppercats'].',%\' '
    263263    .get_sql_condition_FandF(
    264264      array
Note: See TracChangeset for help on using the changeset viewer.