Plugin Directory

Changeset 1517812


Ignore:
Timestamp:
10/19/2016 10:57:43 AM (9 years ago)
Author:
vlastuin
Message:

Another unnecessary curly brace removal

Location:
vevida-optimizer
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vevida-optimizer/trunk/plugins/convert.php

    r1517811 r1517812  
    7171            FROM information_schema.statistics
    7272            WHERE index_type = 'FULLTEXT'
    73             AND table_name = ".'{$row->table_name}');
     73            AND table_name = ".'$row->table_name');
    7474    if ( $fulltextIndex ) {
    7575            continue;
Note: See TracChangeset for help on using the changeset viewer.