From: SourceForge.net <no...@so...> - 2013-05-23 12:07:39
|
Bugs item #3613788, was opened at 2013-05-23 05:07 Message generated for change (Tracker Item Submitted) made by kdevel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418980&aid=3613788&group_id=37132 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 5.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: kdevel (kdevel) Assigned to: Nobody/Anonymous (nobody) Summary: Cancel/Kill Action use procpid 0 (undefined) Initial Comment: The Cancel/Kill Action in phpPgAdmin 5.1/PostgreSQL 9.0.13 don't work. Fix: Change "procpid" to "pid" in database.php:472 and :485 472 'procpid' => field('pid') 485 'procpid' => field('pid') ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418980&aid=3613788&group_id=37132 |