[Netpass-devel] NetPass/www/htdocs/Admin qc.mhtml,1.28,1.29
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-09-14 19:33:39
|
Update of /cvsroot/netpass/NetPass/www/htdocs/Admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13422/www/htdocs/Admin Modified Files: qc.mhtml Log Message: bug fix to qc.mhtml Index: qc.mhtml =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/qc.mhtml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- qc.mhtml 9 Sep 2005 12:32:11 -0000 1.28 +++ qc.mhtml 14 Sep 2005 19:33:31 -0000 1.29 @@ -657,7 +657,8 @@ return "Error: $mac PQUAR requires that you specify a message."; } else { $resultsRV = $np->db->addResult(-mac => $mac, -type => 'manual', - -id => $args->{"message:$mac"}); + -force => 1, + -id => $args->{"message:$mac"}); } } |