Show
Ignore:
Timestamp:
01/10/2008 01:43:14 PM (12 months ago)
Author:
Shadowhand
Message:

Changed cache "del" methods into "delete" methods, for a more standard API.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Cache_Sqlite.php

    r1531 r1695  
    180180         * @return bool 
    181181         */ 
    182         public function del($id, $tag = FALSE) 
     182        public function delete($id, $tag = FALSE) 
    183183        { 
    184184                if ($id === TRUE)