Tony Lambregts
4dec5cf83e
Store the users Wine version in the users table.
2005-01-04 19:36:03 +00:00
Jonathan Ernst
099a172b00
Fix header patch typo
2004-12-27 23:54:55 +00:00
Jonathan Ernst
f5741ea108
Uniform headers
2004-12-25 20:08:00 +00:00
Paul van Schayck
29f6b75292
Check for a submit using $_POST not $_REQUEST
2004-12-18 01:50:58 +00:00
Jonathan Ernst
8656aad61f
Fixed bugs in preferences.php
2004-12-15 00:10:27 +00:00
Tony Lambregts
dca5a408cb
Integrate APPDB with Bugzilla to use the versions table from Bugzilla.
2004-12-13 03:50:11 +00:00
Jonathan Ernst
d3d9e853d9
- replaced tons of tabs with spaces
...
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +00:00
Jonathan Ernst
bd91db228c
- access most globals by their $_XYZ['varname'] name
...
- fix some code errors and typos (missing $ in front of variable names
and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
is set to show notices (if(isset($variable))) instead of if($variable) for
example)
2004-12-10 01:07:45 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00