Changeset 632 for trunk/includes


Ignore:
Timestamp:
Dec 9, 2013, 12:02:53 AM (11 years ago)
Author:
maron
Message:
  • Fixed: Get names only if sql query is ok
  • Added: tool for export dbc from client
  • Added: script to set dbc structure from dbc files converted to csv
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r630 r632  
    66// and system will need database update.
    77
    8 $Revision = 630; // Subversion revision
     8$Revision = 632; // Subversion revision
    99$DatabaseRevision = 610; // Database structure revision
    10 $ReleaseTime = '2013-12-04';
     10$ReleaseTime = '2013-12-08';
  • trunk/includes/global.php

    r628 r632  
    571571
    572572  }   
     573    if ($SqlOK) {
    573574        $DbResult = $System->Database->query($sqlall.$orderby);
    574575    //  echo ($sql.'|'.$where.'|'.$groupby);
     
    577578          $buff[] = array($Line['ID'], $Line['GoupId'], $Line['Orig'], $Line['Tran']);
    578579        }
    579    
     580    }
    580581    return $buff;
    581582}
Note: See TracChangeset for help on using the changeset viewer.