Bug 101401 - [Maintainer Update] port deskutils/taskstep - new distfile
Summary: [Maintainer Update] port deskutils/taskstep - new distfile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 10:10 UTC by babak
Modified: 2006-08-05 10:24 UTC (History)
0 users

See Also:


Attachments
taskstep.patch (869 bytes, patch)
2006-08-05 10:10 UTC, babak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description babak 2006-08-05 10:10:13 UTC

- Author re-rolled distfile with a minor change:

diff -ruN taskstep.old/action.php taskstep.new/action.php
--- taskstep.old/action.php     Fri Jun 23 14:26:28 2006
+++ taskstep.new/action.php     Thu Jul 20 19:45:38 2006
@@ -58,6 +58,8 @@

 //If cmd is set, delete the row

+$id = $_GET["id"];
+
 if($_GET["cmd"]=="delete")
 {
     $sql = "DELETE FROM items WHERE id=$id";
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2006-08-05 10:24:27 UTC
State Changed
From-To: open->closed

Committed, thanks!