phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uis_agreement.inc.php, 1.7


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uis_agreement.inc.php, 1.7
Date: Wed, 30 Jun 2004 00:04:52 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.uis_agreement.inc.php

date: 2004/06/29 22:04:52;  author: sigurdne;  state: Exp;  lines: +16 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.uis_agreement.inc.php
diff -u property/inc/class.uis_agreement.inc.php:1.6 
property/inc/class.uis_agreement.inc.php:1.7
--- property/inc/class.uis_agreement.inc.php:1.6        Tue Jun 29 12:48:29 2004
+++ property/inc/class.uis_agreement.inc.php    Tue Jun 29 22:04:52 2004
@@ -1337,6 +1337,20 @@
                                                'b_account_name'        => 
$s_agreement['b_account_name'],
                                                'type'                  => 
'view'));
 
+
+                       $alarm_data=$this->bocommon->initiate_ui_alarm(array(
+                                               
'acl_location'=>$this->acl2_location,
+                                               'alarm_type'=> 's_agreement',
+                                               'type'          => 'view',
+                                               'text'          => 'Email 
notification',
+                                               'times'         => $times,
+                                               'id'            => 
$s_agreement_id,
+                                               'method'        => $method,
+                                               'data'          => $data,
+                                               'account_id'=> $account_id
+                                               ));
+
+
                        $dateformat = 
strtolower($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')] = 'yyyy';
@@ -1367,7 +1381,7 @@
 
                        $data = array
                        (
-
+                               'alarm_data'                                    
=> $alarm_data,
                                'link_view_file'                                
=> $GLOBALS['phpgw']->link('/index.php',$link_file_data),
                                'link_to_files'                                 
=> $link_to_files,
                                'files'                                         
        => $s_agreement['files'],




reply via email to

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