phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup/test_data.inc.php, 1.3


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/setup/test_data.inc.php, 1.3
Date: Thu, 30 Dec 2004 07:47:33 +0100

Update of /phpgwapi/setup
Added Files:
        Branch: 
          test_data.inc.php

date: 2004/12/30 06:47:33;  author: skwashd;  state: Exp;  lines: +0 -0

Log Message:
new HEAD
=====================================================================
<?php
  /**************************************************************************\
  * phpGroupWare - Setup                                                     *
  * http://www.phpgroupware.org                                              *
  * --------------------------------------------                             *
  *  This program is free software; you can redistribute it and/or modify it *
  *  under the terms of the GNU General Public License as published by the   *
  *  Free Software Foundation; either version 2 of the License, or (at your  *
  *  option) any later version.                                              *
  \**************************************************************************/

  /* $Id: test_data.inc.php,v 1.3 2004/12/30 06:47:33 skwashd Exp $ */

        $oProc->query("INSERT INTO addressbook (
        ab_owner,ab_access,ab_firstname,ab_lastname,
        ab_email,ab_hphone,ab_wphone,ab_fax,ab_pager,
        ab_mphone,ab_ophone,ab_street,ab_city,ab_state,ab_zip,
        ab_bday,ab_notes,ab_company)
        VALUES(500,'private','John','Doe',
        
'address@hidden','212-555-5555','212-555-4444','212-555-4445','212-555-5556',
        '212-555-5557','212-555-5558','1234 Elm','Anytown','New York','01010',
        '12/25/1970','This is a test note\nfor verification','ClearRiver 
Tech.')");

        $oProc->query("INSERT INTO addressbook (
        ab_owner,ab_access,ab_firstname,ab_lastname,
        ab_email,ab_hphone,ab_wphone,ab_fax,ab_pager,
        ab_mphone,ab_ophone,ab_street,ab_city,ab_state,ab_zip,
        ab_bday,ab_notes,ab_company)
        VALUES(502,'public','Jane','Smith',
        
'address@hidden','212-555-5555','212-555-4444','212-555-4445','212-555-5556',
        '212-555-5557','212-555-5558','1313 Mockingbird 
Ln.','Hooterville','Kentucky','54874',
        '01/01/1983','This is a test note\nfor verification','Jasper 
Automotive')");

        $oProc->query("INSERT INTO addressbook (
        ab_owner,ab_access,ab_firstname,ab_lastname,
        ab_email,ab_hphone,ab_wphone,ab_fax,ab_pager,
        ab_mphone,ab_ophone,ab_street,ab_city,ab_state,ab_zip,
        ab_bday,ab_notes,ab_company)
        VALUES(1,'private','Steven','Wright',
        
'address@hidden','212-555-5555','212-555-4444','212-555-4445','212-555-5556',
        '212-555-5557','212-555-5558','321 Contact','Oiforgot','North 
Dakota','15421',
        '10/05/1955','This is a test note\nfor verification','Baubles and 
Beads')");

?>




reply via email to

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