From 338cda9000356404cf2865d61787607acf67fe98 Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Thu, 22 Mar 2012 18:23:53 +0000 Subject: last remains of wrong branch itools/live/devel-utf8 removed --- devel-utf8/convertsyntax.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100755 devel-utf8/convertsyntax.php (limited to 'devel-utf8/convertsyntax.php') diff --git a/devel-utf8/convertsyntax.php b/devel-utf8/convertsyntax.php deleted file mode 100755 index 282b774..0000000 --- a/devel-utf8/convertsyntax.php +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/env php -changes) - { - if ($opts['verbose']) - echo "$file contains $converter->changes new syntax elements\n"; - - $result++; - } - } - else - { - echo $converter->output; - - if ($opts['verbose'] && $converter->changes) - fputs(fopen("php://stderr", "w"), "$converter->changes changes made to $file\n"); - } -} - -exit($result); -- cgit v1.2.3