missing a this
This commit is contained in:
parent
f2c37a9dbe
commit
5c73a105a8
|
|
@ -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