phpBMS

Changeset 660 for trunk/phpbms/modules

Show
Ignore:
Timestamp:
10/13/09 13:52:09 (3 years ago)
Author:
nate
Message:
  • Added update to prodct categories tabledef querytable.
  • Slightly better error reporting for pushes when login credentials are incorrect.
Location:
trunk/phpbms/modules
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/api/include/push.php

    r657 r660  
    504504            $query["request"] = $this->encode($query["request"]); 
    505505            $return = $this->send($query); 
     506            $return = $this->decode($return); 
    506507        }else 
    507508            return true; 
  • trunk/phpbms/modules/bms/install/updatev0.98.sql

    r656 r660  
    494494UPDATE `tabledefs` SET 
    495495    `uuid` = 'tbld:3342a3d4-c6a2-3a38-6576-419299859561', 
     496    `querytable` = '(productcategories LEFT JOIN productcategories AS `parents` ON productcategories.parentid = parents.uuid)', 
    496497    `prefix` = 'pcat' 
    497498WHERE 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.