We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6adecdf + a1cf0ae commit 6e8b8aeCopy full SHA for 6e8b8ae
1 file changed
class.MySQL.php
@@ -121,12 +121,7 @@ function ExecuteSQL($query){
121
$this->records = @mysql_num_rows($this->result);
122
$this->affected = @mysql_affected_rows($this->databaseLink);
123
124
- if($this->records > 0){
125
- $this->ArrayResults();
126
- return $this->arrayedResult;
127
- }else{
128
- return true;
129
- }
+ return true;
130
131
}else{
132
$this->lastError = mysql_error($this->databaseLink);
0 commit comments