From d78c207f76c8ae57744300611519f4c85c2c34c4 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Sun, 14 Mar 2010 06:10:27 +0000 Subject: Cosmetics: use tabs for indentation, tweak some indentation/coding style. --- lib/class/database_object.abstract.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/class/database_object.abstract.php') diff --git a/lib/class/database_object.abstract.php b/lib/class/database_object.abstract.php index e0ccc1bf..1bb368d6 100644 --- a/lib/class/database_object.abstract.php +++ b/lib/class/database_object.abstract.php @@ -119,14 +119,14 @@ abstract class database_object { } // remove_from_cache - /** - * _auto_init - * Load in the cache settings once so we can avoid function calls - */ - public static function _auto_init() { + /** + * _auto_init + * Load in the cache settings once so we can avoid function calls + */ + public static function _auto_init() { - self::$_enabled = Config::get('memory_cache'); + self::$_enabled = Config::get('memory_cache'); - } // _auto_init + } // _auto_init } // end database_object -- cgit