Dotclear


Ignore:
Timestamp:
03/07/10 12:14:02 (14 years ago)
Author:
JcDenis
Message:

oups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pollsFactory/_public.php

    r2102 r2103  
    179179     # Poll 
    180180     $p_params = array( 
    181           'post_id' => $_ctx->posts->post_id, 
     181          'post_id' => $post_id, 
    182182          'sql' => "AND poll_strdt < TIMESTAMP '".date('Y-m-d H:i:s')."' " 
    183183     ); 
     
    397397               ($show_post_title ? '<p>'.html::escapeHTML($poll->post_title).'</p>' : ''). 
    398398               '<p>'. 
    399                (strtotime($poll->poll_enddt) > time() ? 
     399               (!$finished ? 
    400400                    sprintf(__('This poll ends on %s.'),dt::dt2str($core->blog->settings->date_format.', '.$core->blog->settings->time_format,$poll->poll_enddt,$core->blog->timezone)).'<br />' : 
    401401                    __('This poll is closed').'<br />' 
Note: See TracChangeset for help on using the changeset viewer.

Sites map