fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [13915] rename constructor


From: Sigurd Nes
Subject: [Fmsystem-commits] [13915] rename constructor
Date: Tue, 15 Sep 2015 11:18:36 +0000

Revision: 13915
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13915
Author:   sigurdne
Date:     2015-09-15 11:18:35 +0000 (Tue, 15 Sep 2015)
Log Message:
-----------
rename constructor

Modified Paths:
--------------
    trunk/phpgwapi/inc/sso/include_login.inc.php

Modified: trunk/phpgwapi/inc/sso/include_login.inc.php
===================================================================
--- trunk/phpgwapi/inc/sso/include_login.inc.php        2015-09-15 11:17:53 UTC 
(rev 13914)
+++ trunk/phpgwapi/inc/sso/include_login.inc.php        2015-09-15 11:18:35 UTC 
(rev 13915)
@@ -107,7 +107,7 @@
                var $tmpl = null;
                var $msg_only=false;
 
-               function phpgw_uilogin(&$tmpl, $msg_only)
+               function __construct(&$tmpl, $msg_only)
                {
                        $this->tmpl = $tmpl;
                        $this->msg_only = $msg_only;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]