[AppDB] Fix up notifies

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Sun Dec 19 14:59:36 CST 2004


Change log: Fix up Notifies.

Files changed: include/incl.php
-------------- next part --------------
Index: include/incl.php
===================================================================
RCS file: /home/wine/appdb/include/incl.php,v
retrieving revision 1.10
diff -u -r1.10 incl.php
--- include/incl.php	19 Dec 2004 17:39:08 -0000	1.10
+++ include/incl.php	19 Dec 2004 21:46:28 -0000
@@ -226,6 +226,14 @@
 
     mysql_query("DELETE FROM sessionMessages WHERE sessionId = '$PHPSESSID'");
 }
+ 
+/**
+ * Statics
+ */
+define("APPDB_ROOT", "http://appdb.winehq.org/");
+define("STANDARD_NOTIFY_FOOTER","------- You are receiving this mail because: -------\n".
+"You are an maintainer of this app or an appdb administrator\n".
+"to change your preferences go to: ".APPDB_ROOT."preferences.php\n");
 
 /*
  * Start DB Connection


More information about the wine-patches mailing list