Changeset 939 for trunk/cgi-bin/main.cgi
- Timestamp:
- 12/23/22 12:52:51 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r933 r939 1251 1251 ##fixme: arguably a bug that presence of a nodeid implies it can be changed.. 1252 1252 if ($IPDBacl{$authuser} =~ /c/) { 1253 my $nlist = getNodeList($ip_dbh); 1254 if ($nodeid) { 1255 foreach (@{$nlist}) { 1256 $$_{selme} = ($$_{node_id} == $nodeid); 1257 } 1258 } 1253 my $nlist = getNodeList($ip_dbh, $nodeid); 1259 1254 $page->param(nodelist => $nlist); 1260 1255 }
Note:
See TracChangeset
for help on using the changeset viewer.