Lack of database abstration in PHP code.
Status: Beta
Brought to you by:
dakkan
Original PHP code uses a database abstraction layer but then relies on very database specific features (Postgres) for data retrieval, lookups and math calculation.
This should be more abstracted so the code can be used with more RDBMS's (even though the main focus is MySQL).