Needs review
Project:
Helpers
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 09:01 UTC
Updated:
24 Jul 2009 at 09:43 UTC
Jump to comment: Most recent file
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!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | helpers-529622.patch | 630 bytes | dawehner |
Comments
Comment #1
dawehneri wrote a patch, but i cannot test it because i don't have a psqsl installed.
anyway its rather trivial so it needs review :)