Changeset 448 for trunk/Common/Types


Ignore:
Timestamp:
Oct 16, 2012, 9:49:30 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: NULL hodnoty ve formulářích.
Location:
trunk/Common/Types
Files:
2 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    {
  • trunk/Common/Types/String.php

    r428 r448  
    2121  function OnLoad($Item)
    2222  {
     23    //echo($Item['Name'].'='.$_POST[$Item['Name']].','.is_null(NULL).'<br>');
    2324    return($_POST[$Item['Name']]);
    2425  }
Note: See TracChangeset for help on using the changeset viewer.