fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10175] add locations by default on logistic module


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [10175] add locations by default on logistic module
Date: Tue, 09 Oct 2012 12:23:31 +0000

Revision: 10175
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10175
Author:   erikhl
Date:     2012-10-09 12:23:30 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
add locations by default on logistic module

Modified Paths:
--------------
    trunk/logistic/setup/default_records.inc.php

Modified: trunk/logistic/setup/default_records.inc.php
===================================================================
--- trunk/logistic/setup/default_records.inc.php        2012-10-09 11:50:27 UTC 
(rev 10174)
+++ trunk/logistic/setup/default_records.inc.php        2012-10-09 12:23:30 UTC 
(rev 10175)
@@ -1,7 +1,7 @@
 <?php
 
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-?>
+       //Create groups, users, add users to groups and set preferences
+       $GLOBALS['phpgw']->locations->add('.', 'Topp', 'logistic');
+       $GLOBALS['phpgw']->locations->add('.project', 'Prosjekt', 'logistic');
+       $GLOBALS['phpgw']->locations->add('.activity', 'Aktivitet', 'logistic');
+       
\ No newline at end of file




reply via email to

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