Update of /cvsroot/phpwsbb/phpwsbb/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16866/class
Modified Files:
Message.php
Log Message:
I'm anal
Index: Message.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/class/Message.php,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** Message.php 9 Apr 2004 01:01:43 -0000 1.54
--- Message.php 14 Apr 2004 19:39:38 -0000 1.55
***************
*** 124,128 ****
}
! if ($GLOBALS['core']->moduleExists("phpwscontacts")) {
require_once(PHPWS_SOURCE_DIR.'mod/phpwscontacts/class/Contact.php');
// Find contact owned by this username
--- 124,128 ----
}
! if ($GLOBALS["core"]->moduleExists("phpwscontacts")) {
require_once(PHPWS_SOURCE_DIR.'mod/phpwscontacts/class/Contact.php');
// Find contact owned by this username
|