Changeset 1517812
- Timestamp:
- 10/19/2016 10:57:43 AM (9 years ago)
- Location:
- vevida-optimizer
- Files:
-
- 1 edited
- 1 copied
-
tags/1.1.3 (copied) (copied from vevida-optimizer/trunk)
-
trunk/plugins/convert.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vevida-optimizer/trunk/plugins/convert.php
r1517811 r1517812 71 71 FROM information_schema.statistics 72 72 WHERE index_type = 'FULLTEXT' 73 AND table_name = ".' {$row->table_name}');73 AND table_name = ".'$row->table_name'); 74 74 if ( $fulltextIndex ) { 75 75 continue;
Note: See TracChangeset
for help on using the changeset viewer.