From: <var...@us...> - 2015-12-08 09:48:38
|
Revision: 9736 http://sourceforge.net/p/phpwiki/code/9736 Author: vargenau Date: 2015-12-08 09:48:35 +0000 (Tue, 08 Dec 2015) Log Message: ----------- Whitespace Modified Paths: -------------- trunk/lib/main.php Modified: trunk/lib/main.php =================================================================== --- trunk/lib/main.php 2015-12-08 09:47:59 UTC (rev 9735) +++ trunk/lib/main.php 2015-12-08 09:48:35 UTC (rev 9736) @@ -306,7 +306,7 @@ } } - function & getUser() + function &getUser() { if (isset($this->_user)) return $this->_user; @@ -314,7 +314,7 @@ return $GLOBALS['ForbiddenUser']; } - function & getGroup() + function &getGroup() { if (isset($this->_user) and isset($this->_user->_group)) return $this->_user->_group; @@ -339,7 +339,7 @@ return false; } - function & getDbh() + function &getDbh() { return $this->_dbi; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |