phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/class.qa.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] api/class.qa.php, 1.1.2.2
Date: Tue, 6 Jul 2004 09:15:52 +0200

Update of /api
Modified Files:
        Branch: proposal-branch
          class.qa.php

date: 2004/07/06 07:15:52;  author: jengo;  state: Exp;  lines: +23 -23

Log Message:
Converted to Unix format
=====================================================================
Index: api/class.qa.php
diff -u api/class.qa.php:1.1.2.1 api/class.qa.php:1.1.2.2
--- api/class.qa.php:1.1.2.1    Mon Jun 28 21:15:38 2004
+++ api/class.qa.php    Tue Jul  6 07:15:52 2004
@@ -25,9 +25,9 @@
        /* $Source$ */
 
        // This class is a series of methods used to test and verify methods in 
the phpGW API
-       // For this to work properly, you must create a development database in 
setup
-       // This is a future requirement, currently a pre-set database doesn't 
exist for it
-       // but it will in time. (jengo)
+       // For this to work properly, you must create a development database in 
setup
+       // This is a future requirement, currently a pre-set database doesn't 
exist for it
+       // but it will in time. (jengo)
 
        class api_qa
        {
@@ -51,24 +51,24 @@
                        $GLOBALS['phpgw']->db->execute("Hi, this is an SQL 
query error");
                }
 
-               function boolean()
-               {
-                       return true;
-               }
-
-               function string()
-               {
-                       return 'Test string';
-               }
-
-               function integer()
-               {
-                       return 1234567890;
-               }
-
-               function float()
-               {
-                       return (float)123456789012345678901234567890;
+               function boolean()
+               {
+                       return true;
+               }
+
+               function string()
+               {
+                       return 'Test string';
+               }
+
+               function integer()
+               {
+                       return 1234567890;
+               }
+
+               function float()
+               {
+                       return (float)123456789012345678901234567890;
                }
 
                function base64()




reply via email to

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