1
Warning [PHP]: opendir(E:/apache2triad/htdocs/xoops/html/uploads/xmline/) [e:\apache2triad\php\manual\function.opendir.html]: failed to open dir: Invalid argument in file E:\apache2triad\htdocs\xoops\html\class\xoopslists.php line 110
Heres the array with line 110 in it. Line 110 begins with "if"
$filelist = array();
if ($handle = opendir($dirname)) {
while (false !== ($file = readdir($handle))) {
if ( !preg_match("/^[\.]{1,2}$/",$file) && preg_match("/(\.gif|\.jpg|\.png)$/i",$file) ) {
$file = $prefix.$file;
$filelist[$file]=$file;