phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/inc/class.Modules_SO.inc.php, 1.3.2.2


From: nomail
Subject: [Phpgroupware-cvs] sitemgr/inc/class.Modules_SO.inc.php, 1.3.2.2
Date: Fri, 21 May 2004 20:44:16 -0000

Update of /sitemgr/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.Modules_SO.inc.php

date: 2004/04/27 07:44:32;  author: skwashd;  state: Exp;  lines: +1 -1

Log Message:
patch #2936 - closes bug #8570
=====================================================================
Index: sitemgr/inc/class.Modules_SO.inc.php
diff -u sitemgr/inc/class.Modules_SO.inc.php:1.3.2.1 
sitemgr/inc/class.Modules_SO.inc.php:1.3.2.2
--- sitemgr/inc/class.Modules_SO.inc.php:1.3.2.1        Tue Mar 30 09:11:04 2004
+++ sitemgr/inc/class.Modules_SO.inc.php        Tue Apr 27 07:44:32 2004
@@ -135,7 +135,7 @@
                        {
                                $this->db->query('INSERT INTO 
phpgw_sitemgr_active_modules (area,cat_id,module_id)'
                                                . " VALUES ('" . 
$this->db->db_addslashes($contentarea) . "',"
-                                               . $cat_id . ',' . 
intval($module_id) . ')', __LINE__, __FILE__);
+                                               . $cat_id . ',' . 
intval($module) . ')', __LINE__, __FILE__);
                        }
                }
 




reply via email to

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