Merge pull request #2444 from luisfernandosl/BUG-15089

BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
This commit is contained in:
julceslauhub
2014-06-11 09:52:47 -04:00
2 changed files with 7 additions and 4 deletions

View File

@@ -769,6 +769,7 @@ class pmTablesProxy extends HttpProxyController
$sType = fread( $fp, $fsData );
// first create the tables structures
while (! feof( $fp )) {
switch ($sType) {
case '@META':
@@ -877,9 +878,8 @@ class pmTablesProxy extends HttpProxyController
$fp = fopen( $PUBLIC_ROOT_PATH . $filename, "rb" );
$fsData = intval( fread( $fp, 9 ) );
$sType = fread( $fp, $fsData );
// data processing
while (! feof( $fp )) {
switch ($sType) {