phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup default_records.inc.php,1.4.2.2,1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup default_records.inc.php,1.4.2.2,1.4.2.3
Date: Sun, 01 Sep 2002 08:59:25 -0400

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv22513/phpgwapi/setup

Modified Files:
      Tag: Version-0_9_14-branch
        default_records.inc.php 
Log Message:
GNU Patch #500 - Enabling Polish language.  ONLY WORKS FOR NEW INSTALLS.

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/default_records.inc.php,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -r1.4.2.2 -r1.4.2.3
*** default_records.inc.php     14 Feb 2002 01:53:08 -0000      1.4.2.2
--- default_records.inc.php     1 Sep 2002 12:59:23 -0000       1.4.2.3
***************
*** 99,103 ****
        $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('or','Oriya','No')");
        $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('pa','Punjabi','No')");
!       $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('pl','Polish','No')");
        $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('ps','Pashto / Pushto','No')");
        $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('pt','Portuguese','No')");
--- 99,103 ----
        $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('or','Oriya','No')");
        $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('pa','Punjabi','No')");
!       $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('pl','Polish','Yes')");
        $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('ps','Pashto / Pushto','No')");
        $oProc->query("INSERT INTO languages (lang_id, lang_name, available) 
VALUES ('pt','Portuguese','No')");
***************
*** 156,158 ****
        $oProc->query ("INSERT INTO phpgw_vfs (owner_id, createdby_id, 
modifiedby_id, created, modified, size, mime_type, deleteable, comment, app, 
directory, name, link_directory, link_name) VALUES 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','', NULL, NULL)");
        $oProc->query ("INSERT INTO phpgw_vfs (owner_id, createdby_id, 
modifiedby_id, created, modified, size, mime_type, deleteable, comment, app, 
directory, name, link_directory, link_name) VALUES 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home', NULL, 
NULL)");
! ?>
--- 156,158 ----
        $oProc->query ("INSERT INTO phpgw_vfs (owner_id, createdby_id, 
modifiedby_id, created, modified, size, mime_type, deleteable, comment, app, 
directory, name, link_directory, link_name) VALUES 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','', NULL, NULL)");
        $oProc->query ("INSERT INTO phpgw_vfs (owner_id, createdby_id, 
modifiedby_id, created, modified, size, mime_type, deleteable, comment, app, 
directory, name, link_directory, link_name) VALUES 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home', NULL, 
NULL)");
! ?>
\ No newline at end of file





reply via email to

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