summaryrefslogtreecommitdiff
path: root/assigned_modules.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-10-25 17:14:15 +0000
committerNick Palmer <nick@sluggardy.net>2007-10-25 17:14:15 +0000
commitb0c9a1192178a894837e1ed5f9e284fc170c2964 (patch)
tree7b9fce3ce6aeee8600725b896be0cd3e7e6f6bd3 /assigned_modules.php
parentf0aa1dcd0578708d9bb1cb6762009a454ecec814 (diff)
downloadusers-b0c9a1192178a894837e1ed5f9e284fc170c2964.tar.gz
users-b0c9a1192178a894837e1ed5f9e284fc170c2964.tar.bz2
users-b0c9a1192178a894837e1ed5f9e284fc170c2964.zip
Fix up various vd()s to use something more useful.
Diffstat (limited to 'assigned_modules.php')
-rw-r--r--assigned_modules.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/assigned_modules.php b/assigned_modules.php
index 44cf4b8..f99d72b 100644
--- a/assigned_modules.php
+++ b/assigned_modules.php
@@ -3,13 +3,13 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.11 $
+ * @version $Revision: 1.12 $
* @package users
* @subpackage functions
* @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
*/
-// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.11 2007/04/02 18:55:02 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.12 2007/10/25 17:14:15 nickpalmer Exp $
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Initialization
@@ -21,7 +21,7 @@ $gEditMode = 'layout';
*/
require_once( '../bit_setup_inc.php' );
-vd( 'This page is not functional and will be fixed asap' );
+$gBitSystem->fatalError( "Page Not Functional", 'This page is not functional and will be fixed asap.' );
$gBitSystem->verifyPermission('p_tidbits_configure_modules');