From 8b412e4de1024be0f5bcedbff988182cfdc602cb Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Sat, 25 Dec 2004 20:51:07 +0000 Subject: [PATCH] Rename *_inc.php files to drop the '_inc' --- .../{appbyvendor_inc.php => appbyvendor.php} | 0 .../{appversion_inc.php => appversion.php} | 0 include/qclass.php | 10 +- include/{query_inc.php => query.php} | 4 +- include/query_appbyvendor.php | 117 +++++++++++++++++- 5 files changed, 123 insertions(+), 8 deletions(-) rename include/{appbyvendor_inc.php => appbyvendor.php} (100%) rename include/{appversion_inc.php => appversion.php} (100%) rename include/{query_inc.php => query.php} (97%) diff --git a/include/appbyvendor_inc.php b/include/appbyvendor.php similarity index 100% rename from include/appbyvendor_inc.php rename to include/appbyvendor.php diff --git a/include/appversion_inc.php b/include/appversion.php similarity index 100% rename from include/appversion_inc.php rename to include/appversion.php diff --git a/include/qclass.php b/include/qclass.php index e284209..f360187 100644 --- a/include/qclass.php +++ b/include/qclass.php @@ -1,9 +1,9 @@ + "; + + foreach($fields as $aField) + { + echo ""; + } + + echo ""; +} + +?> + + "; + + foreach($fields as $aField) + { + echo ""; + } + + echo ""; +} + +?> @@ -10,7 +125,7 @@ Vendor Name: (leave blank to match all)