Changeset 433 for trunk/forms.php


Ignore:
Timestamp:
Oct 12, 2012, 8:27:30 AM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Možnost mazat položky.
  • Přidáno: Přidávání a změna hodnot položek.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forms.php

    r431 r433  
    193193    {
    194194      $this->Values['Id'] = $Id;
    195       $DbResult = $Database->replace($this->Definition['Table'], $this->Values);
     195      $DbResult = $Database->insert($this->Definition['Table'], $this->Values);
    196196    } else
    197197    $DbResult = $Database->update($this->Definition['Table'], 'Id='.$Id, $this->Values);
Note: See TracChangeset for help on using the changeset viewer.