Changeset 234 for trunk/includes/dbc.php


Ignore:
Timestamp:
Jul 2, 2009, 10:51:47 PM (15 years ago)
Author:
maron
Message:

V knihovně dbc zobrazování více informací při chybě, doplnění počtu a struktury dbc pro verzi 3.0.3 a 2.4.3, smazání nepotřebných sloupců se strukturou dbc souborů v tabulce group, změna načítání indexu textů z exportu podle verze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/dbc.php

    r150 r234  
    3434     
    3535    if(strlen($this->Format) != $this->FieldCount)
    36       die(FIELD_COUNT_NOT_MATCH.' Počet v souboru:'.$this->FieldCount);
     36      die(FIELD_COUNT_NOT_MATCH.' Počet v souboru:'.$this->FieldCount.' Počet v struktuře: '.strlen($Format));
    3737     
    3838    $this->GenerateOffsetTable($Format);
Note: See TracChangeset for help on using the changeset viewer.