pgsql support broken in release
binford2k - July 24, 2009 - 09:01
| Project: | Helpers |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
In the released version, the pgsql db include (includes/dra_postgres.inc)uses mysql functions:
while ($row = mysql_fetch_array($result, MYSQL_NUM)) {
I see that you've yanked these files from CVS, so I assume they're deprecated. Nevertheless, the released version should be fixed!

#1
i wrote a patch, but i cannot test it because i don't have a psqsl installed.
anyway its rather trivial so it needs review :)