Dotclear


Ignore:
Timestamp:
03/29/10 04:45:36 (13 years ago)
Author:
JcDenis
Message:

minor fix

Location:
plugins/pollsFactory/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/pollsFactory/inc/index.poll.php

    r2139 r2140  
    198198          $cur->post_url = $post_url; 
    199199     } 
     200     if ($cur->post_content == '') { 
     201          $cur->post_content = ' '; 
     202     } 
    200203      
    201204     # Update post 
  • plugins/pollsFactory/inc/index.result.php

    r2139 r2140  
    6262     { 
    6363          $u_page = isset($_REQUEST['u_page']) ? abs((integer) $_REQUEST['u_page']) : 1; 
    64           $u_limit = isset($_REQUEST['u_limit']) ? abs((integer) $_REQUEST['u_limit']) : 2; 
     64          $u_limit = isset($_REQUEST['u_limit']) ? abs((integer) $_REQUEST['u_limit']) : 20; 
    6565 
    6666          $res =  
     
    108108     $people_id = isset($_REQUEST['people_id']) ? $_REQUEST['people_id'] : null; 
    109109     $u_page = isset($_REQUEST['u_page']) ? abs((integer) $_REQUEST['u_page']) : 1; 
    110      $u_limit = isset($_REQUEST['u_limit']) ? abs((integer) $_REQUEST['u_limit']) : 2; 
     110     $u_limit = isset($_REQUEST['u_limit']) ? abs((integer) $_REQUEST['u_limit']) : 20; 
    111111 
    112112     if (!empty($_POST['response_id']) && in_array($action,array('selectresponse','unselectresponse'))) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map