phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/setup setup.inc.php [Version-0_9_16-branch]


From: Dave Hall
Subject: [Phpgroupware-cvs] tts/setup setup.inc.php [Version-0_9_16-branch]
Date: Mon, 27 Nov 2006 01:07:27 +0000

CVSROOT:        /sources/phpgroupware
Module name:    tts
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     06/11/27 01:07:27

Modified files:
        setup          : setup.inc.php 

Log message:
        last fix for rollback - i hope

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tts/setup/setup.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.6.4.4&r2=1.6.4.5

Patches:
Index: setup.inc.php
===================================================================
RCS file: /sources/phpgroupware/tts/setup/setup.inc.php,v
retrieving revision 1.6.4.4
retrieving revision 1.6.4.5
diff -u -b -r1.6.4.4 -r1.6.4.5
--- setup.inc.php       22 Nov 2006 21:21:40 -0000      1.6.4.4
+++ setup.inc.php       27 Nov 2006 01:07:27 -0000      1.6.4.5
@@ -1,25 +1,29 @@
 <?php
-       /**
-       * Trouble Ticket System - Setup
-       *
-       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
-       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
-       * @package tts
-       * @subpackage setup
-       * @version $Id: setup.inc.php,v 1.6.4.4 2006/11/22 21:21:40 skwashd Exp 
$
-       */
+       
/**************************************************************************\
+       * phpGroupWare - Addressbook                                            
   *
+       * 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: setup.inc.php,v 1.6.4.5 2006/11/27 01:07:27 skwashd Exp $ */
 
        /* Basic information about this app */
        $setup_info['tts']['name']              = 'tts';
        $setup_info['tts']['title']             = 'Trouble Ticket System';
-       $setup_info['tts']['version']           = '0.9.17.500';
+       $setup_info['tts']['version']             = '0.9.16.001';
        $setup_info['tts']['app_order']         = 99;
        $setup_info['tts']['enable']            = 1;
-       $setup_info['tts']['globals_checked']   = True;
-       $setup_info['tts']['app_group']         = 'development';
+       $setup_info['todo']['globals_checked']    = True;
 
        /* The tables this app creates */
-       $setup_info['tts']['tables']    = 
array('phpgw_tts_tickets','phpgw_tts_views');
+       $setup_info['tts']['tables']    = array(
+               'phpgw_tts_tickets',
+               'phpgw_tts_views'
+       );
 
        /* The hooks this app includes, needed for hooks registration */
        $setup_info['tts']['hooks'][] = 'admin';
@@ -27,14 +31,10 @@
        $setup_info['tts']['hooks'][] = 'manual';
        $setup_info['tts']['hooks'][] = 'preferences';
        $setup_info['tts']['hooks'][] = 'settings';
-       $setup_info['tts']['hooks'][] = 'deleteaccount';
-       $setup_info['tts']['hooks']['cat_add'] = 'tts.tts_bo_hooks.cat_add';
-       $setup_info['tts']['hooks']['cat_delete'] = 
'tts.tts_bo_hooks.cat_delete';
-       $setup_info['tts']['hooks']['cat_edit'] = 'tts.tts_bo_hooks.cat_edit';
 
        /* Dependencies for this app to work */
        $setup_info['tts']['depends'][] = array(
                 'appname' => 'phpgwapi',
-                'versions' => Array('0.9.17', '0.9.18')
+                'versions' => Array('0.9.13','0.9.14', '0.9.16')
        );
 ?>




reply via email to

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