diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-05 11:26:42 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-05 11:26:42 +0000 |
commit | 8e8e50d510608d94e266e3c951349a45046dfc67 (patch) | |
tree | 5e66e93e3ca120a3d473cc38226e37072d78d0fd /start.php | |
parent | ee733ee32b08e062ab868a3b26c3cbe73852a28e (diff) | |
download | elgg-8e8e50d510608d94e266e3c951349a45046dfc67.tar.gz elgg-8e8e50d510608d94e266e3c951349a45046dfc67.tar.bz2 |
added image sizes to settings and removed deprecated settings object
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -8,13 +8,6 @@ define('TP_OLD_ALBUM', 0);
define('TP_NEW_ALBUM', 1);
-
- // setup tidypics settings object
- global $CONFIG;
- if (!isset($CONFIG->tidypics))
- $CONFIG->tidypics = new stdClass;
- include dirname(__FILE__) . "/settings.php";
-
/**
|