fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9035] property: enable call from outside property


From: Sigurd Nes
Subject: [Fmsystem-commits] [9035] property: enable call from outside property
Date: Mon, 26 Mar 2012 19:26:35 +0000

Revision: 9035
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9035
Author:   sigurdne
Date:     2012-03-26 19:26:35 +0000 (Mon, 26 Mar 2012)
Log Message:
-----------
property: enable call from outside property

Modified Paths:
--------------
    trunk/property/inc/class.bolocation.inc.php

Modified: trunk/property/inc/class.bolocation.inc.php
===================================================================
--- trunk/property/inc/class.bolocation.inc.php 2012-03-26 19:25:23 UTC (rev 
9034)
+++ trunk/property/inc/class.bolocation.inc.php 2012-03-26 19:26:35 UTC (rev 
9035)
@@ -257,10 +257,10 @@
                                switch($data['lookup_type'])
                                {
                                case 'form':
-                                       
$GLOBALS['phpgw']->xslttpl->add_file(array('location_form'));
+                                       
$GLOBALS['phpgw']->xslttpl->add_file(array('location_form'),ExecMethod('phpgwapi.phpgw.common.get_tpl_dir',
 'property'));
                                        break;
                                case 'view':
-                                       
$GLOBALS['phpgw']->xslttpl->add_file(array('location_view'));
+                                       
$GLOBALS['phpgw']->xslttpl->add_file(array('location_view'),ExecMethod('phpgwapi.phpgw.common.get_tpl_dir',
 'property'));
                                        break;
                                }
                        }




reply via email to

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