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