From 4b3fd1d13b7d19891cd1b951935a55cad4dcb28a Mon Sep 17 00:00:00 2001 From: "bitweaver.org" Date: Tue, 31 Jan 2006 21:27:55 +0000 Subject: massive table de-tikification. changed all tiki_ table prefixes with teh package_ name. have changed everything except liberty except kernel --- contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contact.php') diff --git a/contact.php b/contact.php index 557cb29..40ff568 100644 --- a/contact.php +++ b/contact.php @@ -3,7 +3,7 @@ * message package modules * * @author -* @version $Header: /cvsroot/bitweaver/_bit_messages/contact.php,v 1.4 2005/08/01 18:41:08 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_messages/contact.php,v 1.5 2006/01/31 21:27:55 bitweaver Exp $ * @package messages * @subpackage functions */ @@ -21,7 +21,7 @@ if( !$gBitSystem->isFeatureActive( 'feature_contact' ) ) { $gBitSystem->fatalError( "The Contact feature is disabled." ); } -include_once( MESSU_PKG_PATH.'messu_lib.php' ); +include_once( MESSU_PKG_PATH.'messages_lib.php' ); $userInfo = $gBitUser->getUserInfo( array( 'login' => $gBitSystem->getPreference( 'contact_user' ) ) ); $email = $userInfo['email']; -- cgit v1.3