Alexander Nicolaysen Sørnes : contact: Prefix messages with [PM]

Chris Morgan cmorgan at winehq.org
Mon Jul 7 21:12:13 CDT 2008


Module: appdb
Branch: master
Commit: 63cf2128a3ba7f69fa1bf6abe727357eec3e1f65
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=63cf2128a3ba7f69fa1bf6abe727357eec3e1f65

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Jul  6 19:21:52 2008 +0200

contact: Prefix messages with [PM]

---

 contact.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contact.php b/contact.php
index cafb40f..f1a2b0c 100644
--- a/contact.php
+++ b/contact.php
@@ -143,7 +143,7 @@ if(!$aClean['sSubmit'])
         $sMsg .= $aClean['sMessage'];
     }
 
-    mail_appdb($sRecipients, $aClean['sSubject'], $sMsg);
+    mail_appdb($sRecipients, '[PM] '.$aClean['sSubject'], $sMsg);
 
     util_redirect_and_exit(BASE."index.php");
 }




More information about the wine-cvs mailing list