Jonathan Ernst
|
54c484de8c
|
Remove unnecessary exit calls after redirect() and util_show_error_page() calls
|
2006-07-06 17:59:52 +00:00 |
|
Jonathan Ernst
|
735a2bc65f
|
Prefix all GPC variables according to our coding standard
|
2006-07-06 17:27:54 +00:00 |
|
Jonathan Ernst
|
6d019b918a
|
Rename errorpage() to util_show_error_page() and move util_show_error_page() into include/util.php
|
2006-06-29 16:13:35 +00:00 |
|
Chris Morgan
|
e3f9e5371a
|
Use query_parameters() in SQL select, update and delete statements to protect against
sql injection attacks
|
2006-06-27 19:16:27 +00:00 |
|
Chris Morgan
|
fb0f3b5dd3
|
Protect against sql injection attacks in sql INSERT statements
|
2006-06-24 04:20:32 +00:00 |
|
Chris Morgan
|
540a29cb5e
|
Fix editing bundles, they've been broken since appdb was imported into cvs and we haven't noticed, ha
|
2006-06-23 03:42:08 +00:00 |
|
Chris Morgan
|
67550405c3
|
Make code more consistent by making it follow the appdb coding standards. Fix some spaces vs. tabs odd indenting.
|
2006-06-21 01:04:12 +00:00 |
|
Jonathan Ernst
|
2083bf521b
|
- OO version of user class
- no more duplicated functions
- improved performances (much less duplicated mysql queries)
- less code and better error handling
|
2005-01-30 23:12:48 +00:00 |
|
Jonathan Ernst
|
caf91fded2
|
remove all mysql_error() instances as errors are handled by query_appdb()
|
2005-01-14 05:34:25 +00:00 |
|
Jonathan Ernst
|
d3ad0dba41
|
- replaced mysql_query() with query_appdb()
- removed opendb()
- removed query_userdb()
- removed error handling from the code as it is done with query_appdb()
|
2005-01-12 16:22:55 +00:00 |
|
Eric Blade
|
ffeeaef807
|
Clean up HTML and PHP, remove extranious checks for loggedin()
|
2004-12-29 20:21:31 +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 |
|
Jeremy Newman
|
8f28ae10c4
|
Initial revision
|
2004-03-15 16:22:00 +00:00 |
|