Merge lp:~aaron-bits/mylancer/aaron-dev into lp:mylancer

Proposed by Aaron_Seibert
Status: Merged
Approved by: Aaron_Seibert
Approved revision: no longer in the source branch.
Merged at revision: 6
Proposed branch: lp:~aaron-bits/mylancer/aaron-dev
Merge into: lp:mylancer
Diff against target: 12 lines (+1/-1)
1 file modified
db/engines/class.postgres.php (+1/-1)
To merge this branch: bzr merge lp:~aaron-bits/mylancer/aaron-dev
Reviewer Review Type Date Requested Status
Aaron_Seibert Approve
Review via email: mp+54120@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Aaron_Seibert (aaron-bits) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'db/engines/class.postgres.php'
2--- db/engines/class.postgres.php 2011-03-19 15:49:42 +0000
3+++ db/engines/class.postgres.php 2011-03-20 02:37:24 +0000
4@@ -39,7 +39,7 @@
5 }
6
7 function sqlResult($result, $row, $id) {
8- return pg_fetch_result($result, $row, $id);
9+ return json_encode(pg_fetch_all($result, $row, $id));
10 }
11
12 function sqlInsert($table, $data) {

Subscribers

People subscribed via source and target branches

to all changes: