fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9924] removed var_dump of sql-statement on office de


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [9924] removed var_dump of sql-statement on office description
Date: Wed, 29 Aug 2012 11:48:05 +0000

Revision: 9924
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9924
Author:   erikhl
Date:     2012-08-29 11:48:05 +0000 (Wed, 29 Aug 2012)
Log Message:
-----------
removed var_dump of sql-statement on office description

Modified Paths:
--------------
    trunk/activitycalendar/inc/class.soactivity.inc.php

Modified: trunk/activitycalendar/inc/class.soactivity.inc.php
===================================================================
--- trunk/activitycalendar/inc/class.soactivity.inc.php 2012-08-28 08:29:43 UTC 
(rev 9923)
+++ trunk/activitycalendar/inc/class.soactivity.inc.php 2012-08-29 11:48:05 UTC 
(rev 9924)
@@ -638,7 +638,6 @@
             if($office_id != null)
             {
                $sql = "SELECT description FROM bb_office where id=$office_id";
-                var_dump($sql);
                $this->db->query($sql, __LINE__, __FILE__);
                while($this->db->next_record()){
                     $result = $this->db->f('description');




reply via email to

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