Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pings/index.php

    r2322 r2566  
    2020          $pings_uris = array(); 
    2121     } 
    22       
     22 
    2323     if (isset($_POST['pings_srv_name'])) 
    2424     { 
     
    2626          $pings_srv_uri = is_array($_POST['pings_srv_uri']) ? $_POST['pings_srv_uri'] : array(); 
    2727          $pings_uris = array(); 
    28            
     28 
    2929          foreach ($pings_srv_name as $k => $v) { 
    3030               if (trim($v) && trim($pings_srv_uri[$k])) { 
     
    3232               } 
    3333          } 
    34            
     34 
    3535          $core->blog->settings->addNamespace('pings'); 
    3636          $core->blog->settings->pings->put('pings_active',!empty($_POST['pings_active']),null,null,true,true); 
     
    7272     '<label for="pings_srv_uri-'.$i.'" class="classic">'.__('Service URI:').'</label> '. 
    7373     form::field(array('pings_srv_uri[]','pings_srv_uri-'.$i),40,255,html::escapeHTML($u)); 
    74       
     74 
    7575     if (!empty($_GET['test'])) 
    7676     { 
     
    8282          } 
    8383     } 
    84       
     84 
    8585     echo '</p>'; 
    8686     $i++; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map