Home
last modified time | relevance | path

Searched refs:edb_nrows (Results 1 – 5 of 5) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/pages/
H A Dadminhome.php57 if (edb_nrows($result))
/dports/www/hotcrp/hotcrp-2.102/
H A Dmail.php377 $nrows_left = edb_nrows($result);
604 if (edb_nrows($result)) {
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dupdateschema.php586 && edb_nrows($result) == 0))
592 || edb_nrows($result) == 0
H A Dcontact.php1099 && edb_nrows($result) > 0))
1684 $this->_is_lead = edb_nrows($result) > 0;
3712 if (edb_nrows($result) == 0)
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Ddbl.php662 function edb_nrows($result) { function