| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also add some error logging if more than one concert is returned for the
same id. Should never happen, but in case it will be logged.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- offset and limit were sensitive to the order in which they were added,
and would be reversed if added in the wrong order. That was a bit
confusing.
- offset and limit were not sanitized, so they were a vector for SQL
injecion. Fixed that now.
|
| |
|
| |
|
|
- Source files containing a class should only contain _one_ class.
- Source files containing a class should be names class-[name of the
class].php
- Use dashes instead of underscores in file names.
- Fix source file comments
- Some nitpicking...
|