phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19072] bump version for all users - stop new and exi


From: Dave Hall
Subject: [Phpgroupware-cvs] [19072] bump version for all users - stop new and existing 16 installs from breaking
Date: Wed, 11 Feb 2009 21:26:57 +0000

Revision: 19072
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19072
Author:   skwashd
Date:     2009-02-11 21:26:56 +0000 (Wed, 11 Feb 2009)

Log Message:
-----------
bump version for all users - stop new and existing 16 installs from breaking

Modified Paths:
--------------
    branches/Version-0_9_16-branch/infolog/setup/tables_update.inc.php

Modified: branches/Version-0_9_16-branch/infolog/setup/tables_update.inc.php
===================================================================
--- branches/Version-0_9_16-branch/infolog/setup/tables_update.inc.php  
2009-02-11 13:54:52 UTC (rev 19071)
+++ branches/Version-0_9_16-branch/infolog/setup/tables_update.inc.php  
2009-02-11 21:26:56 UTC (rev 19072)
@@ -266,15 +266,15 @@
         *
         * @return string current infolog version
         */
-        /*
        function infolog_upgrade0_9_15_006()
        {
+               /* Uncomment this block if you are upgrading from 0.9.14
                $sql = 'UPDATE phpgw_links, phpgw_contact'
                        . ' SET phpgw_links.link_id2 = phpgw_contact.contact_id'
                        . " WHERE phpgw_links.link_app2 = 'addressbook' AND 
phpgw_links.link_id2 = phpgw_contact.ab_id";
 
                $GLOBALS['phpgw_setup']->oProc->query($sql);
+               */
                $GLOBALS['setup_info']['infolog']['currentver'] = '0.9.15.007';
                return $GLOBALS['setup_info']['infolog']['currentver'];
-       }
-       */
\ No newline at end of file
+       }
\ No newline at end of file






reply via email to

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