]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions2.php
remove unused format_libxml_error
[tt-rss.git] / include / functions2.php
index deeaaf2109f5c93479e2d61f4042a60c451189d5..69f447e8c50bf75a11d74a13c411db3b996a24b0 100644 (file)
                return LABEL_BASE_INDEX - 1 + abs($feed);
        }
 
-       function format_libxml_error($error) {
-               return T_sprintf("LibXML error %s at line %d (column %d): %s",
-                               $error->code, $error->line, $error->column,
-                               $error->message);
-       }
 ?>