Changeset 250
- Timestamp:
- 04/27/08 02:32:21 (7 months ago)
- Files:
-
- trunk/Phergie/Plugin/Logging.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Logging.php
r232 r250 128 128 129 129 // Check to see if the table exists 130 $table = $this->db->query('SELECT COUNT(*) FROM sqlite_master WHERE name = ' . $this->db->quote('logs')) ->fetchColumn();130 $table = $this->db->query('SELECT COUNT(*) FROM sqlite_master WHERE name = ' . $this->db->quote('logs')); 131 131 132 132 // Create database tables if necessary