phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18537] function names can't have dots.


From: Johan Gunnarsson
Subject: [Phpgroupware-cvs] [18537] function names can't have dots.
Date: Sun, 18 May 2008 11:00:19 +0000

Revision: 18537
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18537
Author:   johang
Date:     2008-05-18 11:00:19 +0000 (Sun, 18 May 2008)

Log Message:
-----------
function names can't have dots.

Modified Paths:
--------------
    trunk/syncml/setup/tables_update.php

Modified: trunk/syncml/setup/tables_update.php
===================================================================
--- trunk/syncml/setup/tables_update.php        2008-05-18 10:56:56 UTC (rev 
18536)
+++ trunk/syncml/setup/tables_update.php        2008-05-18 11:00:19 UTC (rev 
18537)
@@ -12,7 +12,7 @@
 
        $test[] = '0.9.17.001';
 
-       function syncml_upgrade0.9.17.001()
+       function syncml_upgrade0_9_17_001()
        {
                $GLOBALS['phpgw_setup']->oProc->RenameTable(
                        'phpgw_syncml_channel', 'phpgw_syncml_channels'
@@ -41,7 +41,7 @@
 
        $test[] = '0.9.17.002';
 
-       function syncml_upgrade0.9.17.002()
+       function syncml_upgrade0_9_17_002()
        {
                $GLOBALS['phpgw_setup']->oProc->AddColumn(
                        'phpgw_syncml_sessions', 'next_nonce', array(






reply via email to

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