Merge pull request #2444 from luisfernandosl/BUG-15089
BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user