Changeset 858 for trunk/Packages/Common
- Timestamp:
- May 8, 2019, 7:59:39 PM (6 years ago)
- Location:
- trunk/Packages/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/AppModule.php
r817 r858 69 69 $this->License = ''; 70 70 $this->Version = ''; 71 $this->Creator = ''; 71 72 $this->Description = ''; 72 73 $this->Dependencies = array(); 73 74 $this->Type = ModuleType::Normal; 74 75 } 75 76 76 77 function Install() 77 78 { -
trunk/Packages/Common/Database.php
r852 r858 109 109 $this->insert_id = $this->PDO->lastInsertId(); 110 110 } else 111 { 111 { 112 112 $this->Error = $this->PDO->errorInfo(); 113 113 $this->Error = $this->Error[2];
Note:
See TracChangeset
for help on using the changeset viewer.