From: <var...@us...> - 2020-12-30 08:42:50
|
Revision: 10213 http://sourceforge.net/p/phpwiki/code/10213 Author: vargenau Date: 2020-12-30 08:42:48 +0000 (Wed, 30 Dec 2020) Log Message: ----------- Remove redundant ; Modified Paths: -------------- trunk/lib/WikiUser.php Modified: trunk/lib/WikiUser.php =================================================================== --- trunk/lib/WikiUser.php 2020-12-30 08:40:36 UTC (rev 10212) +++ trunk/lib/WikiUser.php 2020-12-30 08:42:48 UTC (rev 10213) @@ -628,7 +628,6 @@ if (!$this->isValidName($userid)) return _("Invalid username."); - ; $authlevel = $this->checkPass($passwd === false ? '' : $passwd); @@ -1538,7 +1537,6 @@ // default: no side-effects function update($value) { - ; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |