[CS-Project-svn_notify] SF.net SVN: cs-project:[940] trunk/1.2/includes/content/helpdesk/view.inc
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-06 20:42:36
|
Revision: 940 http://cs-project.svn.sourceforge.net/cs-project/?rev=940&view=rev Author: crazedsanity Date: 2009-02-06 20:42:33 +0000 (Fri, 06 Feb 2009) Log Message: ----------- Now the "Modify" button works just like the "Submit" button (#99). Modified Paths: -------------- trunk/1.2/includes/content/helpdesk/view.inc Modified: trunk/1.2/includes/content/helpdesk/view.inc =================================================================== --- trunk/1.2/includes/content/helpdesk/view.inc 2009-02-06 20:41:33 UTC (rev 939) +++ trunk/1.2/includes/content/helpdesk/view.inc 2009-02-06 20:42:33 UTC (rev 940) @@ -22,7 +22,7 @@ $byPassUrlExtras = FALSE; if(strlen($action)) { - if($action == "submit") { + if($action == "submit" || $action == "modify") { $proj->helpdeskObj->db->beginTrans(); //SETUP THE MESSAGE THEY'LL SEE... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |