Lines Matching refs:resultCount
149 …$resultCount = db_query_safe("SELECT count(votes.id) AS total_votes FROM votes JOIN (note) ON (vot… variable
151 $resultCount = mysql_fetch_assoc($resultCount); variable
152 $resultCount = $resultCount['total_votes']; variable
163 …$resultCount = db_query_safe("SELECT count(votes.id) AS total_votes FROM votes JOIN(note) ON (vote… variable
164 $resultCount = mysql_fetch_assoc($resultCount); variable
165 $resultCount = $resultCount['total_votes']; variable
175 …$resultCount = db_query_safe("SELECT count(votes.id) AS total_votes FROM votes JOIN(note) ON (vote… variable
176 $resultCount = mysql_fetch_assoc($resultCount); variable
177 $resultCount = $resultCount['total_votes']; variable
188 …$resultCount = db_query_safe("SELECT COUNT(votes.id) AS total_votes FROM votes JOIN(note) ON (vote… variable
189 $resultCount = mysql_fetch_assoc($resultCount); variable
190 $resultCount = $resultCount['total_votes']; variable
222 $to = $to > $resultCount ? $resultCount : $to;
223 if ($resultCount) {
224 echo "<p><strong>Showing $from - $to of $resultCount results.</strong></p>";
359 if ($resultCount) {
393 if (isset($to) && isset($resultCount) && $to < $resultCount) {