Changeset 454 for trunk/index.php


Ignore:
Timestamp:
Oct 28, 2012, 9:32:54 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: SQL dotazy obsahující odkazy na tabulky Product a StockItem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r443 r454  
    197197      {
    198198        $Form = new Form('UserRegister');
    199         $Form->LoadValuesFromForm();
     199        //$Form->LoadValuesFromForm();
    200200        $Form->OnSubmit = '?Action=UserRegisterSave';
    201201        $Output .= $Form->ShowEditForm();
Note: See TracChangeset for help on using the changeset viewer.