diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/catalog_update.inc | 4 | ||||
-rw-r--r-- | bin/delete_disabled.inc | 4 | ||||
-rw-r--r-- | bin/dump_album_art.inc | 4 | ||||
-rw-r--r-- | bin/fix_filenames.inc | 4 | ||||
-rw-r--r-- | bin/install/install-db.inc | 4 | ||||
-rw-r--r-- | bin/migrate_config.inc | 4 | ||||
-rw-r--r-- | bin/print_tags.inc | 4 | ||||
-rw-r--r-- | bin/sort_files.inc | 4 | ||||
-rw-r--r-- | bin/write_playlists.inc | 4 | ||||
-rw-r--r-- | bin/write_tags.inc | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/bin/catalog_update.inc b/bin/catalog_update.inc index 023a0663..baeb3871 100644 --- a/bin/catalog_update.inc +++ b/bin/catalog_update.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Catalog Update * * PHP version 5 * diff --git a/bin/delete_disabled.inc b/bin/delete_disabled.inc index 80c10342..dada5a56 100644 --- a/bin/delete_disabled.inc +++ b/bin/delete_disabled.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Delete Disabled * * PHP version 5 * diff --git a/bin/dump_album_art.inc b/bin/dump_album_art.inc index 0fe1409b..cf317cb6 100644 --- a/bin/dump_album_art.inc +++ b/bin/dump_album_art.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Dump Album Art * * PHP version 5 * diff --git a/bin/fix_filenames.inc b/bin/fix_filenames.inc index 7c21ac3f..14815ee2 100644 --- a/bin/fix_filenames.inc +++ b/bin/fix_filenames.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Fix Filenames * * PHP version 5 * diff --git a/bin/install/install-db.inc b/bin/install/install-db.inc index eaf0428a..3b0c8c12 100644 --- a/bin/install/install-db.inc +++ b/bin/install/install-db.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Install DB * * PHP version 5 * diff --git a/bin/migrate_config.inc b/bin/migrate_config.inc index 939dd627..12a4240b 100644 --- a/bin/migrate_config.inc +++ b/bin/migrate_config.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Migrate Config * * PHP version 5 * diff --git a/bin/print_tags.inc b/bin/print_tags.inc index 8af1613c..9ea14e6e 100644 --- a/bin/print_tags.inc +++ b/bin/print_tags.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Print Tags * * PHP version 5 * diff --git a/bin/sort_files.inc b/bin/sort_files.inc index 3b6eb92a..e49a2e4f 100644 --- a/bin/sort_files.inc +++ b/bin/sort_files.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Sort Files * * PHP version 5 * diff --git a/bin/write_playlists.inc b/bin/write_playlists.inc index c5155f9d..de5538d6 100644 --- a/bin/write_playlists.inc +++ b/bin/write_playlists.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Write Playlists * * PHP version 5 * diff --git a/bin/write_tags.inc b/bin/write_tags.inc index f7be15fa..46320900 100644 --- a/bin/write_tags.inc +++ b/bin/write_tags.inc @@ -1,7 +1,7 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* - * Filename +/** + * Write Tags * * PHP version 5 * |