[Sungrazr-svn] [94] Sungrazr_Log_Adapter_Sql: [FIX] typo fix.

0 views
Skip to first unread message

cl...@killersoft.com

unread,
Dec 18, 2007, 1:30:43 AM12/18/07
to Sungra...@googlegroups.com
Revision
94
Author
clay
Date
2007-12-17 22:30:43 -0800 (Mon, 17 Dec 2007)

Log Message

Sungrazr_Log_Adapter_Sql: [FIX] typo fix. Thanks, Tupshin Harper.

Modified Paths

Diff

Modified: trunk/Sungrazr/Log/Adapter/Sql.php (93 => 94)


--- trunk/Sungrazr/Log/Adapter/Sql.php	2007-12-17 19:54:37 UTC (rev 93)
+++ trunk/Sungrazr/Log/Adapter/Sql.php	2007-12-18 06:30:43 UTC (rev 94)
@@ -96,7 +96,7 @@
         if ($this->_Sungrazr_Log_Adapter_Sql['events'] != '*') {
             if (is_string($this->_Sungrazr_Log_Adapter_Sql['events'])) {
                 $tmp = str_replace(' ', '', $_Sungrazr_Log_Adapter_Sql);
-                $this->_Sungrazr_Log_Adapter_Sql['events'] = explode(',' $tmp);
+                $this->_Sungrazr_Log_Adapter_Sql['events'] = explode(',', $tmp);
             }
         }
         
Reply all
Reply to author
Forward
0 new messages