fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13101] class.botemplate.inc.php


From: Saul
Subject: [Fmsystem-commits] [13101] class.botemplate.inc.php
Date: Tue, 28 Apr 2015 21:45:32 +0000

Revision: 13101
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13101
Author:   psaul
Date:     2015-04-28 21:45:31 +0000 (Tue, 28 Apr 2015)
Log Message:
-----------
class.botemplate.inc.php

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.botemplate.inc.php

Modified: branches/dev-syncromind/property/inc/class.botemplate.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.botemplate.inc.php       
2015-04-28 21:43:42 UTC (rev 13100)
+++ branches/dev-syncromind/property/inc/class.botemplate.inc.php       
2015-04-28 21:45:31 UTC (rev 13101)
@@ -164,13 +164,15 @@
                         
                }
 
-               function read_template_hour($template_id)
+               function read_template_hour($data = array())
                {
-                       $template = $this->so->read_template_hour(array('start' 
=> $this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                               'chapter_id' => 
$this->chapter_id,'allrows'=>$this->allrows, 'template_id'=>$template_id));
+            
+            $template = $this->so->read_template_hour($data);
+//                     $template = $this->so->read_template_hour(array('start' 
=> $this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+//                             'chapter_id' => 
$this->chapter_id,'allrows'=>$this->allrows, 'template_id'=>$template_id));
                        $this->total_records = $this->so->total_records;
 
-                       $dateformat                                     = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
+                       $dateformat     = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
 
                        return $template;
                }




reply via email to

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