Ignore:
Timestamp:
Apr 6, 2015, 1:03:33 PM (9 years ago)
Author:
chronos
Message:
  • Added: Support for Internet free access. Unregistered users are redirected to activation page where they can found useful information and activate free access for 24 hours.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FinanceBankAPI/FinanceBankAPI.php

    r730 r735  
    8888        {
    8989                $Output = '';
    90                 $DbResult = $this->Database->select('FinanceBankAccount', 'Id', '(`AutoImport`=1) AND ((`TimeEnd` IS NULL) OR (`TimeEnd` > NOW()))');
     90                $DbResult = $this->Database->select('FinanceBankAccount', 'Id, Comment',
     91                        '(`AutoImport`=1) AND ((`TimeEnd` IS NULL) OR (`TimeEnd` > NOW()))');
    9192                while($DbRow = $DbResult->fetch_assoc())
    9293                {                       
Note: See TracChangeset for help on using the changeset viewer.