Development

Changeset 11095

You must first sign up to be able to contribute.

Changeset 11095

Show
Ignore:
Timestamp:
08/25/08 10:58:17 (2 years ago)
Author:
fabien
Message:

[1.1] fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/debug/sfWebDebug.class.php

    r9459 r11095  
    181181        if (preg_match('/execute(?:Query|Update).+?\:\s+(.+)$/', $log, $match)) 
    182182        { 
    183           $sqlLogs[] .= $match[1]; 
     183          $sqlLogs[] = $match[1]; 
    184184        } 
    185185 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.