Show
Ignore:
Timestamp:
10/21/07 07:23:59 (15 months ago)
Author:
jwage
Message:

Mass search and replace for coding standards changes, doc block formatting, and code spacing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manual/index.php

    r2912 r2963  
    4444{ 
    4545    protected $_cache = null; 
    46      
     46 
    4747    /** 
    4848     * Constructs a cache object. 
     
    7878        } 
    7979    } 
    80      
     80 
    8181    /** 
    8282     * Fetches a cache record from cache. 
     
    9797        return false; 
    9898    } 
    99      
     99 
    100100    /** 
    101101     * Saves a cache record to cache. 
     
    117117        return false; 
    118118    } 
    119      
     119 
    120120    /** 
    121121     * Deletes all cached records from cache.