Searched refs:reproduced (Results 1 – 2 of 2) sorted by relevance
/web-bugs/www/ |
H A D | vote.php | 23 $reproduced = (int) $_POST['reproduced']; variable 75 ($reproduced == 1 ? "1," : "0,") . 76 ($reproduced != 2 ? "1," : "0,") . 77 ($reproduced ? "$sameos," : "NULL,") . 78 ($reproduced ? "$samever" : "NULL") . 91 ($reproduced == 1 ? "1" : "0"), 92 ($reproduced != 2 ? "1" : "0"), 93 ($reproduced ? "$sameos" : null), 94 ($reproduced ? "$samever" : null),
|
/web-bugs/sql/ |
H A D | schema.sql | 102 reproduced int(1) NOT NULL default '0', field
|
Completed in 11 milliseconds