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.

Location:
plugins/aboutConfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/_admin.php

    r1294 r2566  
    1515          preg_match('/plugin.php\?p=aboutConfig(&.*)?$/',$_SERVER['REQUEST_URI']), 
    1616          $core->auth->isSuperAdmin()); 
    17 ?> 
  • plugins/aboutConfig/_define.php

    r2257 r2566  
    2222 
    2323); 
    24 ?> 
  • plugins/aboutConfig/index.php

    r2322 r2566  
    3030          { 
    3131               $core->blog->settings->addNamespace($ns); 
    32                 
     32 
    3333               foreach ($s as $k => $v)      { 
    3434                    $core->blog->settings->$ns->put($k,$v); 
    3535               } 
    36                 
     36 
    3737               $core->blog->triggerBlog(); 
    3838          } 
     
    5555          { 
    5656               $core->blog->settings->addNamespace($ns); 
    57                 
     57 
    5858               foreach ($s as $k => $v)      { 
    5959                    $core->blog->settings->$ns->put($k,$v,null,null,true,true); 
    6060               } 
    61                 
     61 
    6262               $core->blog->triggerBlog(); 
    6363          } 
    64            
     64 
    6565          dcPage::addSuccessNotice(__('Configuration successfully updated')); 
    6666          http::redirect($p_url.'&part=global'); 
     
    8383          html::escapeHTML($s['value'])); 
    8484     } 
    85       
     85 
    8686     $slabel = $strong_label ? '<strong>%s</strong>' : '%s'; 
    87       
     87 
    8888     return 
    8989     '<tr class="line">'. 
     
    154154          $ns_combo[$ns] = '#l_'.$ns; 
    155155     } 
    156      echo  
     156     echo 
    157157          '<form action="plugin.php" method="post">'. 
    158158          '<p class="anchor-nav">'. 
     
    204204          $ns_combo[$ns] = '#g_'.$ns; 
    205205     } 
    206      echo  
     206     echo 
    207207          '<form action="plugin.php" method="post">'. 
    208208          '<p class="anchor-nav">'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map