summaryrefslogtreecommitdiffstats
path: root/include/reminder.php
AgeCommit message (Collapse)AuthorFilesLines
2012-02-10updated copyright notice for 2012Arun Persaud1-1/+1
2011-03-20CLEANUP: added gameid to mymail and generate subject line in mymail directlyArun Persaud1-2/+1
this way it will be easier to add translation and also to add the gameid into the database for the digest
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2009-09-28BUGFIX: double greeting line for reminder emailArun Persaud1-3/+2
forgot the remove the greeting from the message text.
2009-02-23CLEANUP: make emails more uniformArun Persaud1-3/+3
provide a standard header and footer. Also prepare for emails to be send to the database for later delivery.
2008-06-16NEW FEATURE: login buttonArun Persaud1-8/+2
added a login button to the top right, in case you were not logged in. output_status can now be called in only one place, ie index.php and all pages will get the menu... Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-06CLEANUP: removed all calls to mysql functions and replaced them with calls ↵Arun Persaud1-2/+1
to DB_xxx should be very easy now to change to a different database. also made the code look nicer ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-04-26CLEANUP: cleaned up index.php a bit more by introducing an 'action' variableArun Persaud1-1/+9
no more if, but one nice switch statement in index.php Signed-off-by: Arun Persaud <arun@nubati.net>
2008-04-26CLEANUP: make index.php very short and move everything in separate filesArun Persaud1-0/+60
created an include dir and almost everything that was in index.php is now in separate files and gets only included in index.php... makes index.php look a lot nicer ;) Signed-off-by: Arun Persaud <arun@nubati.net>