Jonathan Ernst
d5a6d34be6
- replaced $apidb_root with BASE
...
- removed variables that are not registered since php.ini has changed
2004-12-23 01:09:20 +00:00
Jonathan Ernst
3bd8c654ca
Removed the constants already definied in the new config file
2004-12-23 01:08:21 +00:00
Tony Lambregts
5bfb02a9de
Fix notifies by defining APPDB_ROOT and STANDARD_NOTIFY_FOOTER.
2004-12-19 23:04:22 +00:00
Jonathan Ernst
d7c67e1210
- removed the constants already defined in the new config file
2004-12-19 17:39:08 +00:00
Jonathan Ernst
c89531e4c1
Appdb should report errors when debugging is set to yes in the preferences
...
panel
2004-12-18 01:56:08 +00:00
Paul van Schayck
671f101ffd
Use CSS margins for right side
2004-12-18 01:54:23 +00:00
Jeremy Newman
5642e73425
updated to a slightly more improved version of the session management code
...
should solve bugs with logging in on register_globals = off;
2004-12-13 03:50:02 +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
Tony Lambregts
1e797f9364
added static defines to incl.php (for emails)
...
updated email sent out on delete comment to include the correct URL
2004-12-01 22:25:21 +00:00
Tony Lambregts
90ac967f43
Set up notify system. Send notify emails for ad and delete Coments
2004-11-09 22:42:12 +00:00
Jeremy Newman
881522dd91
fix missing end of table
2004-03-24 15:58:57 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00