missing a this
This commit is contained in:
@@ -344,6 +344,7 @@ include "root.php";
|
|||||||
|
|
||||||
// Use this function to execute complex queries
|
// Use this function to execute complex queries
|
||||||
public function execute(){
|
public function execute(){
|
||||||
|
$sql = $this->sql;
|
||||||
//echo $sql;
|
//echo $sql;
|
||||||
$prep_statement = $this->db->prepare($sql);
|
$prep_statement = $this->db->prepare($sql);
|
||||||
if ($prep_statement) {
|
if ($prep_statement) {
|
||||||
|
|||||||
Reference in New Issue
Block a user