[Netpass-devel] NetPass/www/components/Admin FormNPApi,1.4,1.5
Brought to you by:
jeffmurphy
From: Matt <mt...@us...> - 2005-06-14 20:31:13
|
Update of /cvsroot/netpass/NetPass/www/components/Admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26168 Modified Files: FormNPApi Log Message: Index: FormNPApi =================================================================== RCS file: /cvsroot/netpass/NetPass/www/components/Admin/FormNPApi,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- FormNPApi 8 Jun 2005 12:18:27 -0000 1.4 +++ FormNPApi 14 Jun 2005 20:30:48 -0000 1.5 @@ -5,23 +5,6 @@ </%args> <%perl> - if ($submit eq "Commit Changes") { - - foreach my $nparg (keys %ARGS) { - my $var; - if ($nparg =~ /^npapi:(\w+)$/) { - $var = $1; - } else { - next; - } - - if (!$np->cfg->{'cfg'}->exists('npapi')) { - $np->cfg->{'cfg'}->npapi({}); - } - $np->cfg->{'cfg'}->obj('npapi')->$var($ARGS{"npapi:$var"}); - } - } - sub getnpapivalue { my $val = shift; |