diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 17:13:13 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 17:13:13 +0000 |
commit | b06376e171d82c821106f8f86a856fb2aea41f7a (patch) | |
tree | 2454c18480fdb0ad84313b17bae7f646b6ebf54e /views/odd/messages | |
parent | 3921f1eaa710f5b76d2ca222b0b16bef215b0f3a (diff) | |
download | elgg-b06376e171d82c821106f8f86a856fb2aea41f7a.tar.gz elgg-b06376e171d82c821106f8f86a856fb2aea41f7a.tar.bz2 |
Closes #189: ODD -> OpenDD
git-svn-id: https://code.elgg.org/elgg/trunk@1611 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/odd/messages')
-rw-r--r-- | views/odd/messages/exceptions/exception.php | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/views/odd/messages/exceptions/exception.php b/views/odd/messages/exceptions/exception.php deleted file mode 100644 index 38afbee58..000000000 --- a/views/odd/messages/exceptions/exception.php +++ /dev/null @@ -1,31 +0,0 @@ -<?php
-
- /**
- * Elgg exception
- * Displays a single exception
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Marcus Povey
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- *
- * @uses $vars['object'] An exception
- */
- - global $CONFIG;
-?>
-<!--
-<?php echo get_class($vars['object']); ?>: <?php echo autop($vars['object']->getMessage()); ?> - - -<?php if ($CONFIG->debug) { ?> -<?php - - echo print_r($vars['object'], true); - - ?> -<?php } ?> - --->
\ No newline at end of file |