mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1992
This commit is contained in:
parent
833a9d4616
commit
b433a63013
|
@ -62,6 +62,7 @@ class SqlQueryString {
|
||||||
$count_query = "select count(*) as cnt from $this->table $this->query";
|
$count_query = "select count(*) as cnt from $this->table $this->query";
|
||||||
$result = mysql_query($count_query);
|
$result = mysql_query($count_query);
|
||||||
$res = mysql_fetch_object($result);
|
$res = mysql_fetch_object($result);
|
||||||
|
mysql_free_result($result);
|
||||||
return $res->cnt;
|
return $res->cnt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue