phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.27,1.28


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.27,1.28
Date: Mon, 07 Jul 2003 08:42:17 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv1653/setup

Modified Files:
        default_records.inc.php 
Log Message:
no message

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** default_records.inc.php     2 Jul 2003 11:32:57 -0000       1.27
--- default_records.inc.php     7 Jul 2003 12:42:14 -0000       1.28
***************
*** 212,216 ****
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location1_category (id, 
descr) VALUES (1, 'SOMETHING')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location1_category (id, 
descr) VALUES (99, 'OBSOLETE')");
  #
  # Dumping data for table fm_location2_category
--- 212,216 ----
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location1_category (id, 
descr) VALUES (1, 'SOMETHING')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location1_category (id, 
descr) VALUES (99, 'not active')");
  #
  # Dumping data for table fm_location2_category
***************
*** 218,222 ****
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location2_category (id, 
descr) VALUES (1, 'SOMETHING')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location2_category (id, 
descr) VALUES (99, 'OBSOLETE')");
  #
  # Dumping data for table fm_location3_category
--- 218,222 ----
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location2_category (id, 
descr) VALUES (1, 'SOMETHING')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location2_category (id, 
descr) VALUES (99, 'not active')");
  #
  # Dumping data for table fm_location3_category
***************
*** 224,228 ****
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location3_category (id, 
descr) VALUES (1, 'SOMETHING')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location3_category (id, 
descr) VALUES (99, 'OBSOLETE')");
  #
  # Dumping data for table fm_location4_category
--- 224,228 ----
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location3_category (id, 
descr) VALUES (1, 'SOMETHING')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location3_category (id, 
descr) VALUES (99, 'not active')");
  #
  # Dumping data for table fm_location4_category
***************
*** 230,234 ****
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location4_category (id, 
descr) VALUES (1, 'SOMETHING')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location4_category (id, 
descr) VALUES (99, 'OBSOLETE')");
  
  
--- 230,234 ----
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location4_category (id, 
descr) VALUES (1, 'SOMETHING')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location4_category (id, 
descr) VALUES (99, 'not active')");
  
  





reply via email to

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