Changeset 730 for trunk/Modules/FinanceBankAPI/FinanceBankAPI.php
- Timestamp:
- Jan 13, 2015, 12:18:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FinanceBankAPI.php
r729 r730 88 88 { 89 89 $Output = ''; 90 $DbResult = $this->Database->select('FinanceBankAccount', 'Id', '( AutoImport=1) AND ((TimeEnd IS NULL) OR (TimeEnd> NOW()))');90 $DbResult = $this->Database->select('FinanceBankAccount', 'Id', '(`AutoImport`=1) AND ((`TimeEnd` IS NULL) OR (`TimeEnd` > NOW()))'); 91 91 while($DbRow = $DbResult->fetch_assoc()) 92 92 { 93 echo($DbRow['Comment']."\n"); 93 94 $Page = new PageImportAPI($this->System); 94 95 $Output .= $Page->Show();
Note:
See TracChangeset
for help on using the changeset viewer.