Steve,
I copied back the cvs /lang directory but Loic had made more modifications than I thought.
In cvs: $strCopyTableOK = "Table $table has been copied to $new_name.";
In LV (his original release): $strCopyTableOK = "Table %s has been copied to %s.";
but he had modified only english.inc.php3.
I will update lang/* later.
Marc
Steve Alberty a écrit :
Hi,
-----Original Message----- Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
another 2 problems:
if you copy a table, the sql query header looks:
"Table $table has been copied to $new_name."
i think, loic has drop the "eval()".