Dotclear


Ignore:
Timestamp:
10/20/09 23:21:36 (13 years ago)
Author:
Moe
Message:

fixed various typos for inspired by

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/cleanConfig/class.cleanconfig.php

    r1607 r1608  
    3535          elseif ($limit == 'global') 
    3636          { 
    37                # inspirated from drop() function in /dotclear/inc/core/class.dc.settings.php 
     37               # inspired by drop() function in /dotclear/inc/core/class.dc.settings.php 
    3838               $strReq = 'DELETE FROM '.$core->prefix.'setting'.' '; 
    3939               $strReq .= 'WHERE blog_id IS NULL '; 
     
    198198          global $core; 
    199199 
    200           # inspirated from drop() function in /dotclear/inc/core/class.dc.settings.php 
     200          # inspired by drop() function in /dotclear/inc/core/class.dc.settings.php 
    201201          $strReq = 'DELETE FROM '.$core->prefix.'version '; 
    202202          $strReq .= 'WHERE module = \''.$core->con->escape($module).'\';'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map