missing a this

This commit is contained in:
luis daniel lucio quiroz 2014-06-21 05:05:32 +00:00
parent f2c37a9dbe
commit 5c73a105a8
1 changed files with 1 additions and 0 deletions

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