phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.oproc.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] property/class.oproc.php, 1.1.2.2
Date: Sun, 23 May 2004 09:30:47 -0000

Update of /property
Modified Files:
        Branch: proposal-branch
          class.oproc.php

date: 2004/05/03 21:07:47;  author: sigurdne;  state: Exp;  lines: +7 -8

Log Message:
no message
=====================================================================
Index: property/class.oproc.php
diff -u property/class.oproc.php:1.1.2.1 property/class.oproc.php:1.1.2.2
--- property/class.oproc.php:1.1.2.1    Mon May  3 20:56:46 2004
+++ property/class.oproc.php    Mon May  3 21:07:47 2004
@@ -37,7 +37,6 @@
 
                function CreateTable($sTableName, $TableDef)
                {
-//html_print_r($TableDef);
                        $sql = "CREATE TABLE $sTableName (";
 
 
@@ -50,8 +49,6 @@
                        {
                                $sql .= $fieldname . ' ';
 
-//html_print_r($fieldname);
-//html_print_r($field);
                                $sType = '';
                                $iPrecision = 0;
                                $iScale = 0;
@@ -153,9 +150,6 @@
 
                function TranslateType($sType, $iPrecision = 0, $iScale = 0)
                {
-//html_print_r($sType);
-//html_print_r($iPrecision);
-//html_print_r($iScale);
                        switch($sType)
                        {
                                case 'auto':
@@ -237,6 +231,11 @@
                        return "'" . $sDefault . "'";
                }
 
-
+               function AddColumn($sTableName, $sColumnName, $aColumnDef)
+               {
+html_print_r($sTableName);
+html_print_r($sColumnName);
+html_print_r($aColumnDef);
+               }
        }
 ?>




reply via email to

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