Nuke smarty

This commit is contained in:
Hannes Magnusson
2008-03-22 18:44:39 +00:00
parent 11cc40ac38
commit a280d4836f
14 changed files with 4 additions and 109 deletions

View File

@ -65,7 +65,7 @@ include '../include/init.inc.php';
// grab the documentation type
$TYPE = array_shift($argv);
if (!in_array($TYPE, array('php', 'smarty', 'pear'))) {
if (!in_array($TYPE, array('php', 'pear'))) {
echo "Error: The revcheck script is not available yet for $TYPE\n";
exit(0);
}