Skip to content

Commit

Permalink
Update Mmysqli.php
Browse files Browse the repository at this point in the history
  • Loading branch information
xtgxiso authored Nov 10, 2017
1 parent 656231d commit c372b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libs/Mmysqli.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public function get_where($table,$where = array(),$start='',$limit=''){
if (strlen($limit) && strlen($start) ){
$sql .= " limit $start,$limit";
}
echo $sql."<br/>";
return $this->query($sql);
}

Expand Down

0 comments on commit c372b09

Please sign in to comment.