[otrs-cvs] Fred/Kernel/Output/HTML FredSQLLog.pm,1.4,1.5

cvs-log at otrs.org cvs-log at otrs.org
Wed Mar 5 13:05:40 GMT 2008


Comments:
Update of /home/cvs/Fred/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv26199/Kernel/Output/HTML

Modified Files:
	FredSQLLog.pm 
Log Message:
Show the needed time per sql-statement.

Author: tr

Index: FredSQLLog.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/Output/HTML/FredSQLLog.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FredSQLLog.pm	2 Feb 2008 12:44:16 -0000	1.4
--- FredSQLLog.pm	5 Mar 2008 13:05:35 -0000	1.5
***************
*** 86,92 ****
          }
          my $Class = '';
!         if ($Line->[3]) {
              $Class = ' class="contentkey"';
          }
          $HTMLLines .= "        <tr$Class>\n"
                      . "          <td>$Line->[0]</td>\n"
--- 86,93 ----
          }
          my $Class = '';
!         if ($Line->[4]) {
              $Class = ' class="contentkey"';
          }
+ 
          $HTMLLines .= "        <tr$Class>\n"
                      . "          <td>$Line->[0]</td>\n"
***************
*** 94,97 ****
--- 95,99 ----
                      . "          <td>$Line->[2]</td>\n"
                      . "          <td>$Line->[3]</td>\n"
+                     . "          <td>$Line->[4]</td>\n"
                      . "        </tr>";
      }
***************
*** 105,108 ****
--- 107,111 ----
                  DoStatements     => $Param{ModuleRef}->{DoStatements},
                  SelectStatements => $Param{ModuleRef}->{SelectStatements},
+                 Time             => $Param{ModuleRef}->{Time},
              },
          );


More information about the cvs-log mailing list