Deprecated: The each() function is deprecated. This message will be...
Brought to you by:
freddy78
I get this error:
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in SQliteManager-1.2.4/include/SQLiteTableProperties.class.php on line 134
I think a fix would be to replace
//while(list($ligneNum, $cont) = each($ligne)){
//by
foreach($ligne as $ligneNum => $cont){