Ignore:
Timestamp:
Oct 16, 2012, 9:49:30 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: NULL hodnoty ve formulářích.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Types/OneToMany.php

    r447 r448  
    2626    if(array_key_exists('Condition', $Type['Parameters'])) $Where = ' WHERE '.$Type['Parameters']['Condition'];
    2727      else $Where = '';
    28     print_r($Item);
    2928    if(array_key_exists('Null', $Item) and $Item['Null'])
    3029    {
Note: See TracChangeset for help on using the changeset viewer.