From: Mark Huang Date: Thu, 27 Apr 2006 21:50:00 +0000 (+0000) Subject: - fix typo X-Git-Tag: myplc-0_4-rc1~52 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a3d070a6e523531775b9834123a96c6f9abfe104;p=myplc.git - fix typo --- diff --git a/guest.init b/guest.init index 619db33..cadd91f 100755 --- a/guest.init +++ b/guest.init @@ -6,7 +6,7 @@ # # description: Manages all PLC services on this machine # -# $Id: guest.init,v 1.15 2006/04/10 21:09:02 mlhuang Exp $ +# $Id: guest.init,v 1.16 2006/04/17 17:04:37 mlhuang Exp $ # # Source function library and configuration @@ -139,7 +139,7 @@ define('BOOT_BASE', PLC_BOOT_HOST); define('DEBUG', PLC_WWW_DEBUG); define('API_CALL_DEBUG', PLC_API_DEBUG); define('SENDMAIL', PLC_MAIL_ENABLED); -define('PLANETLAB_SUPPORT_EMAIL', PLC_NAME . 'Support <' . PLC_MAIL_SUPPORT_ADDRESS . '>'); +define('PLANETLAB_SUPPORT_EMAIL', PLC_NAME . ' Support <' . PLC_MAIL_SUPPORT_ADDRESS . '>'); define('PLANETLAB_SUPPORT_EMAIL_ONLY', PLC_MAIL_SUPPORT_ADDRESS); ?> EOF