Home
last modified time | relevance | path

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

/plugin/vote/
H A Dsyntax.php85 $this->_user_check( $vote_log, $param ) ){
92 $vote_log[ 'results' ][ $option ] += 1;
93 $vote_log[ 'votes' ] += 1;
115 function _user_check( $vote_log, $param ) { argument
127 if ( isset( $vote_log['ips'] ) && in_array( $ip, $vote_log['ips'] ) ) {
135 if ( isset( $vote_log['users'] ) && in_array( $user, $vote_log['users'] ) ) {
181 $vote_log = NULL;
186 return $vote_log;
196 fwrite( $fh, serialize( $vote_log ) );
204 function _print_vote_form( $vote_log ){ argument
[all …]