ChangeSet ID: 23746 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/03/23 21:21:26
Modified files: include : mail.php
Log message: Tony Lambregts tony.lambregts@gmail.com Change link in email footer to link to the AppDB site instead of WineHQ
Patch: http://cvs.winehq.org/patch.py?id=23746
Old revision New revision Changes Path 1.4 1.5 +1 -1 appdb/include/mail.php
Index: appdb/include/mail.php diff -u -p appdb/include/mail.php:1.4 appdb/include/mail.php:1.5 --- appdb/include/mail.php:1.4 24 Mar 2006 3:21:26 -0000 +++ appdb/include/mail.php 24 Mar 2006 3:21:26 -0000 @@ -10,7 +10,7 @@ function mail_appdb($sEmailList,$sSubjec $sMsg = $sSubject."\n-------------------------------------------------------\n".$sMsg."\n\n"; $sMsg .= "Best regards.\n"; $sMsg .= "The AppDB team\n"; - $sMsg .= APPDB_OWNER_URL."\n"; + $sMsg .= APPDB_ROOT."\n"; $sMsg .= "\n\nIf you don't want to receive any other e-mail, please change your preferences:\n"; $sMsg .= APPDB_ROOT."preferences.php\n";