Ignore:
Timestamp:
Mar 9, 2010, 3:22:30 PM (14 years ago)
Author:
maron
Message:

Export dbc souborů pomocí programu DBCExport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global_function.php

    r366 r369  
    262262    $Result[$DbRow['Id']] = $DbRow;
    263263  }
    264   $DbResult = $Database->SQLCommand('SELECT * FROM `GroupItem`');
     264  $DbResult = $Database->SQLCommand('SELECT * FROM `GroupItem` ORDER BY DBCColumnIndex');
    265265  while($DbRow = mysql_fetch_assoc($DbResult))
    266266  {
Note: See TracChangeset for help on using the changeset viewer.