Ignore:
Timestamp:
Mar 17, 2013, 10:49:19 AM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Aktualizace databáze z 499 na 502.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Database.php

    r501 r503  
    6565    {
    6666      $Result->num_rows = $Result->PDOStatement->rowCount();
     67      $this->insert_id = $this->PDO->lastInsertId();
    6768    } else
    6869    {
Note: See TracChangeset for help on using the changeset viewer.