Ignore:
Timestamp:
May 8, 2019, 7:59:39 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Missing intialization of some variables.
  • Fixed: Missing appmodule dependencies.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Database.php

    r852 r858  
    109109      $this->insert_id = $this->PDO->lastInsertId();
    110110    } else
    111     {
     111    {     
    112112      $this->Error = $this->PDO->errorInfo();
    113113      $this->Error = $this->Error[2];
Note: See TracChangeset for help on using the changeset viewer.