]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-draftbug.patch
- memory limit patches merged
[packages/eventum.git] / eventum-draftbug.patch
CommitLineData
37f22328
ER
1--- eventum-20060830/include/class.draft.php~ 2006-08-30 20:27:26.808707134 +0300
2+++ eventum-20060830/include/class.draft.php 2006-08-31 12:35:25.201965444 +0300
3@@ -139,7 +139,7 @@
4 {
5 $issue_id = Misc::escapeInteger($issue_id);
6 $emd_id = Misc::escapeInteger($emd_id);
7- $parent_id = Misc::escapeInteger($issue_id);
8+ $parent_id = Misc::escapeInteger($parent_id);
9 if (empty($parent_id)) {
10 $parent_id = 'NULL';
11 }
This page took 0.030067 seconds and 4 git commands to generate.