brunetton / adminer-tables_fuzzy_search

Adminer plugin for fuzzy search (filter) in tables list
1 stars 0 forks source link

Parse error: syntax error, unexpected end of file in C:\phpEnv\www\localhost\adminer\plugins\adminer-tables_fuzzy_search.php on line 55 #3

Open lifetin opened 5 years ago

lifetin commented 5 years ago

使用后报错

可能是php不支持php7.2

Parse error: syntax error, unexpected end of file in C:\phpEnv\www\localhost\adminer\plugins\adminer-tables_fuzzy_search.php on line 55

raitocz commented 4 years ago

On line 52 in adminer-tables_fuzzy_search.php change following:

<?
    }
}

to

<?php
    }
}