Bug: op.ViewOnline.php Dependency on register_globals

Found a register_globals dependency that was missed during the initial code conversion. The file affected is op.ViewOnline.php, and a fix has now been applied to CVS. If you are affected by this bug, edit $MYDMSROOT/op/op.ViewOnline.php and change line 19 to read:

$arr = split(":", $_GET["request"]);

Alternatively, you can grab the latest code directly from CVS.

Comments are closed.