Changeset 1063 for trunk/common


Ignore:
Timestamp:
11/24/09 19:42:51 (2 years ago)
Author:
bogdan2412
Message:

Replace tabs with spaces in non-external files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common/external_libs/simple_html_dom.php

    r969 r1063  
    269269        // return nth-element or array 
    270270        if (is_null($idx)) return $found; 
    271                 else if ($idx<0) $idx = count($found) + $idx; 
     271        else if ($idx<0) $idx = count($found) + $idx; 
    272272        return (isset($found[$idx])) ? $found[$idx] : null; 
    273273    } 
Note: See TracChangeset for help on using the changeset viewer.