Index: branches/5.3.x/units/shipping_quote_engines/shipping_quote_engine.php =================================================================== diff -u -N -r15492 -r15695 --- branches/5.3.x/units/shipping_quote_engines/shipping_quote_engine.php (.../shipping_quote_engine.php) (revision 15492) +++ branches/5.3.x/units/shipping_quote_engines/shipping_quote_engine.php (.../shipping_quote_engine.php) (revision 15695) @@ -1,6 +1,6 @@ Application->getUnitOption('sqe', 'TableName') . ' + FROM ' . $this->Application->getUnitConfig('sqe')->getTableName() . ' WHERE LOWER(ClassName) = ' . $this->Conn->qstr( strtolower( get_class($this) ) ); $data = $this->Conn->GetRow($sql);