Ignore:
Timestamp:
Dec 7, 2013, 5:52:04 PM (10 years ago)
Author:
mistic100
Message:

feature 3009: "!= NULL" is invalid, use "IS NOT NULL" instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/139-database.php

    r25802 r25816  
    5454  SET latitude = lat,
    5555    longitude = lon
    56   WHERE lat != NULL
    57     AND lon != NULL
     56  WHERE lat IS NOT NULL
     57    AND lon IS NOT NULL
    5858;';
    5959  pwg_query($query);
Note: See TracChangeset for help on using the changeset viewer.