missing a this

This commit is contained in:
luis daniel lucio quiroz
2014-06-21 05:05:32 +00:00
parent 79bb16cf81
commit 44aaf5beed

View File

@@ -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) {