Ignore:
Timestamp:
Apr 1, 2012, 2:02:36 AM (12 years ago)
Author:
plg
Message:

feature 2604: support rotation on derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/dblayer/functions_mysql.inc.php

    r13038 r13843  
    371371    $separator = $is_first ? '' : ",\n    ";
    372372
    373     if (isset($value) and $value != '')
     373    if (isset($value) and $value !== '')
    374374    {
    375375      $query.= $separator.$key.' = \''.$value.'\'';
Note: See TracChangeset for help on using the changeset viewer.