[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] sitemgr/inc class.module.inc.php [skwashd-16-compat]
From: |
Dave Hall |
Subject: |
[Phpgroupware-cvs] sitemgr/inc class.module.inc.php [skwashd-16-compat] |
Date: |
Fri, 25 Aug 2006 10:04:34 +0000 |
CVSROOT: /cvsroot/phpgroupware
Module name: sitemgr
Branch: skwashd-16-compat
Changes by: Dave Hall <skwashd> 06/08/25 10:04:34
Modified files:
inc : class.module.inc.php
Log message:
more minor fixes
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sitemgr/inc/class.module.inc.php?cvsroot=phpgroupware&only_with_tag=skwashd-16-compat&r1=1.8.2.2.4.2&r2=1.8.2.2.4.3
Patches:
Index: class.module.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.module.inc.php,v
retrieving revision 1.8.2.2.4.2
retrieving revision 1.8.2.2.4.3
diff -u -b -r1.8.2.2.4.2 -r1.8.2.2.4.3
--- class.module.inc.php 27 Mar 2006 13:13:24 -0000 1.8.2.2.4.2
+++ class.module.inc.php 25 Aug 2006 10:04:34 -0000 1.8.2.2.4.3
@@ -340,7 +340,8 @@
function get_output($type='html')
{
- $content=
$this->get_content($this->block->arguments,$this->get_properties());
+ //echo "module::get_output - this->block->arguments == <pre>" .
print_r($this->block->arguments, true) . '</pre>';
+ $content= $this->get_content($this->block->arguments,
$this->get_properties());
if (!$content)
{
return '';
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] sitemgr/inc class.module.inc.php [skwashd-16-compat],
Dave Hall <=