From 3771928cc9bf830e031c367a009b59d20ec72c31 Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 3 Aug 2005 12:11:10 +0000 Subject: [PATCH] not needet by end-user --- .../var/formmask/make_localisations.php | 25 ------------------- .../htmlUI/var/formmask/make_relations.php | 25 ------------------- 2 files changed, 50 deletions(-) delete mode 100755 livesupport/modules/htmlUI/var/formmask/make_localisations.php delete mode 100755 livesupport/modules/htmlUI/var/formmask/make_relations.php diff --git a/livesupport/modules/htmlUI/var/formmask/make_localisations.php b/livesupport/modules/htmlUI/var/formmask/make_localisations.php deleted file mode 100755 index efb11bc97..000000000 --- a/livesupport/modules/htmlUI/var/formmask/make_localisations.php +++ /dev/null @@ -1,25 +0,0 @@ -$val) { - if (is_array($val)) { - flat($val); - } else { - if ($key==='label') - echo "##$val##\r"; - } - } - -} - -#print_r($mask); -flat($mask); -?> diff --git a/livesupport/modules/htmlUI/var/formmask/make_relations.php b/livesupport/modules/htmlUI/var/formmask/make_relations.php deleted file mode 100755 index 8a3c62ea5..000000000 --- a/livesupport/modules/htmlUI/var/formmask/make_relations.php +++ /dev/null @@ -1,25 +0,0 @@ -$val) { - if (is_array($val)) { - flat($val); - } else { - if ($key==='label') - echo "'".$in['element']."' => '".$in['label']."',
"; - } - } - -} - -#print_r($mask); -flat($mask); -?>