<?php function feeds_library_exists($file, $library) { if (TRUE && $path = libraries_get_path($library) && is_file("$path/$file")) { return TRUE; } } function libraries_get_path() { return 'path'; } feeds_library_exists($file = '', $library = '');
You have javascript disabled. You will not be able to edit any code.