Fix query
This commit is contained in:
@@ -227,7 +227,7 @@ class Provision extends BaseController
|
|||||||
};
|
};
|
||||||
// let us confirm if we have a custom template for this line
|
// let us confirm if we have a custom template for this line
|
||||||
$provisionUID = trim($provisionUID);
|
$provisionUID = trim($provisionUID);
|
||||||
$mysql = "SELECT FROM members_products WHERE uid::text == '$provisionUID'";
|
$mysql = "SELECT FROM members_products WHERE uid::text = '$provisionUID'";
|
||||||
$query = $this->db->query($mysql);
|
$query = $this->db->query($mysql);
|
||||||
$result = $query->getResult()[0];
|
$result = $query->getResult()[0];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user