diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-14 04:53:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-14 04:53:15 +0000 |
commit | 45f382b06d0f6a5da0660d3bb70ce2c71193be57 (patch) | |
tree | bde9f0aab8b0370736b401b114f0169a6f2f86f8 | |
parent | 5744c3ea4b476f7cdc8bad113432673e88f884d9 (diff) | |
download | ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.tar.gz ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.tar.bz2 ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.zip |
Add vim modelines to all php files (Thx ascheel)
408 files changed, 408 insertions, 0 deletions
diff --git a/admin/access.php b/admin/access.php index 6a46c9f1..a6ea8dd1 100644 --- a/admin/access.php +++ b/admin/access.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/catalog.php b/admin/catalog.php index 619f96be..7dcc0f10 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/duplicates.php b/admin/duplicates.php index 7f9fbc7f..d61f5170 100644 --- a/admin/duplicates.php +++ b/admin/duplicates.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/export.php b/admin/export.php index adea9bed..4e423647 100644 --- a/admin/export.php +++ b/admin/export.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/flag.php b/admin/flag.php index 6ca41ba6..79d9c81b 100644 --- a/admin/flag.php +++ b/admin/flag.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/index.php b/admin/index.php index 2cf3c824..24f358ad 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/mail.php b/admin/mail.php index 33c9edf7..e1eaf0c2 100644 --- a/admin/mail.php +++ b/admin/mail.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/admin/modules.php b/admin/modules.php index a57e5170..5f3270d1 100644 --- a/admin/modules.php +++ b/admin/modules.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/shout.php b/admin/shout.php index e439d348..31b7405a 100644 --- a/admin/shout.php +++ b/admin/shout.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 ampache.org diff --git a/admin/system.php b/admin/system.php index a5e9a775..85cf143e 100644 --- a/admin/system.php +++ b/admin/system.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/admin/users.php b/admin/users.php index 9e6f138b..c871a5e7 100644 --- a/admin/users.php +++ b/admin/users.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/artists.php b/artists.php index ccd65b92..634521dc 100644 --- a/artists.php +++ b/artists.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/bin/catalog_update.inc b/bin/catalog_update.inc index f0b1bbca..ade19b1e 100644 --- a/bin/catalog_update.inc +++ b/bin/catalog_update.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/bin/delete_disabled.inc b/bin/delete_disabled.inc index 1b69115e..cebcb1f1 100644 --- a/bin/delete_disabled.inc +++ b/bin/delete_disabled.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/bin/dump_album_art.inc b/bin/dump_album_art.inc index 2a22bffa..f6d526f5 100644 --- a/bin/dump_album_art.inc +++ b/bin/dump_album_art.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/bin/fix_filenames.inc b/bin/fix_filenames.inc index 0f3c4393..4180b0f3 100644 --- a/bin/fix_filenames.inc +++ b/bin/fix_filenames.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/bin/install/install-db.inc b/bin/install/install-db.inc index 5fddddce..ac43e6e7 100644 --- a/bin/install/install-db.inc +++ b/bin/install/install-db.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/bin/migrate_config.inc b/bin/migrate_config.inc index 7e88774b..cf7ac443 100644 --- a/bin/migrate_config.inc +++ b/bin/migrate_config.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/bin/print_tags.inc b/bin/print_tags.inc index 2d54abbd..dc44d52b 100644 --- a/bin/print_tags.inc +++ b/bin/print_tags.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/bin/sort_files.inc b/bin/sort_files.inc index 71ef5cd2..3b06dd65 100644 --- a/bin/sort_files.inc +++ b/bin/sort_files.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/bin/write_playlists.inc b/bin/write_playlists.inc index 3d9b8513..3f940633 100644 --- a/bin/write_playlists.inc +++ b/bin/write_playlists.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright 2001 - 2006 Ampache.org diff --git a/bin/write_tags.inc b/bin/write_tags.inc index fd012efb..92a64304 100644 --- a/bin/write_tags.inc +++ b/bin/write_tags.inc @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright 2001 - 2008 Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/democratic.php b/democratic.php index 923b8a38..65e1a846 100644 --- a/democratic.php +++ b/democratic.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/install.php b/install.php index ce8ba88c..f925e560 100644 --- a/install.php +++ b/install.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/batch.lib.php b/lib/batch.lib.php index e2c1d354..aca73874 100644 --- a/lib/batch.lib.php +++ b/lib/batch.lib.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/access.class.php b/lib/class/access.class.php index d3ebb5c0..558b8fc0 100644 --- a/lib/class/access.class.php +++ b/lib/class/access.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php index bac642f8..254bc6bf 100644 --- a/lib/class/ajax.class.php +++ b/lib/class/ajax.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/album.class.php b/lib/class/album.class.php index c5f5e1a8..4f17db3d 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/ampachemail.class.php b/lib/class/ampachemail.class.php index 5eed4078..0fcc10b5 100644 --- a/lib/class/ampachemail.class.php +++ b/lib/class/ampachemail.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/lib/class/ampacherss.class.php b/lib/class/ampacherss.class.php index adff7dd3..68dfcced 100644 --- a/lib/class/ampacherss.class.php +++ b/lib/class/ampacherss.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/lib/class/api.class.php b/lib/class/api.class.php index 23f2b7f2..0d6a8fd1 100644 --- a/lib/class/api.class.php +++ b/lib/class/api.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/art.class.php b/lib/class/art.class.php index 8a767123..2fe672d8 100644 --- a/lib/class/art.class.php +++ b/lib/class/art.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php index a61b0e92..ad2b9f14 100644 --- a/lib/class/artist.class.php +++ b/lib/class/artist.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index ab0e0e29..8b145e48 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index eb52c0b0..3c3b8b40 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/config.class.php b/lib/class/config.class.php index d846f225..1bd18806 100644 --- a/lib/class/config.class.php +++ b/lib/class/config.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/core.class.php b/lib/class/core.class.php index 8ca59851..5162c20b 100644 --- a/lib/class/core.class.php +++ b/lib/class/core.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/database_object.abstract.php b/lib/class/database_object.abstract.php index c2fd9cc5..e0ccc1bf 100644 --- a/lib/class/database_object.abstract.php +++ b/lib/class/database_object.abstract.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/dba.class.php b/lib/class/dba.class.php index 2292014e..1e30ae3d 100644 --- a/lib/class/dba.class.php +++ b/lib/class/dba.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php index 3eede6de..e7efda0f 100644 --- a/lib/class/democratic.class.php +++ b/lib/class/democratic.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/error.class.php b/lib/class/error.class.php index 443ea0e8..2da2a7d1 100644 --- a/lib/class/error.class.php +++ b/lib/class/error.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/flag.class.php b/lib/class/flag.class.php index a9ba3207..8ff27c1a 100644 --- a/lib/class/flag.class.php +++ b/lib/class/flag.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/lib/class/localplay.abstract.php b/lib/class/localplay.abstract.php index 3ab95388..02da3f63 100644 --- a/lib/class/localplay.abstract.php +++ b/lib/class/localplay.abstract.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php index ad22a0a6..3da89c8b 100644 --- a/lib/class/localplay.class.php +++ b/lib/class/localplay.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/media.interface.php b/lib/class/media.interface.php index 14bbf9a7..14bfd4f4 100644 --- a/lib/class/media.interface.php +++ b/lib/class/media.interface.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php index a92c2c00..5daa728e 100644 --- a/lib/class/playlist.class.php +++ b/lib/class/playlist.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/plugin.class.php b/lib/class/plugin.class.php index 4a3a133f..3e0d70a9 100644 --- a/lib/class/plugin.class.php +++ b/lib/class/plugin.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php index 5dc0138d..e7780231 100644 --- a/lib/class/preference.class.php +++ b/lib/class/preference.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/query.class.php b/lib/class/query.class.php index 1fcce4cb..957838ed 100644 --- a/lib/class/query.class.php +++ b/lib/class/query.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/radio.class.php b/lib/class/radio.class.php index e06d4a44..65cdf1d0 100644 --- a/lib/class/radio.class.php +++ b/lib/class/radio.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/lib/class/random.class.php b/lib/class/random.class.php index d1b8fefe..ca6bd6b0 100644 --- a/lib/class/random.class.php +++ b/lib/class/random.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/lib/class/rating.class.php b/lib/class/rating.class.php index 0494d9b1..f5af5519 100644 --- a/lib/class/rating.class.php +++ b/lib/class/rating.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php index 69c882c5..a8865d33 100644 --- a/lib/class/registration.class.php +++ b/lib/class/registration.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/lib/class/scrobbler.class.php b/lib/class/scrobbler.class.php index 682c1973..b2d223e0 100644 --- a/lib/class/scrobbler.class.php +++ b/lib/class/scrobbler.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/shoutbox.class.php b/lib/class/shoutbox.class.php index 80da983d..c5416d71 100644 --- a/lib/class/shoutbox.class.php +++ b/lib/class/shoutbox.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/song.class.php b/lib/class/song.class.php index a85007ff..0820d159 100644 --- a/lib/class/song.class.php +++ b/lib/class/song.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php index b9abdf94..88556f7d 100644 --- a/lib/class/stats.class.php +++ b/lib/class/stats.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 7e60a925..4fc8282a 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/tag.class.php b/lib/class/tag.class.php index 252158f8..dbac998e 100644 --- a/lib/class/tag.class.php +++ b/lib/class/tag.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php index 2f89b05c..615897bb 100644 --- a/lib/class/tmpplaylist.class.php +++ b/lib/class/tmpplaylist.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/update.class.php b/lib/class/update.class.php index f1cc1199..426dffb3 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/user.class.php b/lib/class/user.class.php index 60c605fc..8e069753 100644 --- a/lib/class/user.class.php +++ b/lib/class/user.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index 918771dd..2160985b 100644 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/video.class.php b/lib/class/video.class.php index ee40e141..cf36eb92 100644 --- a/lib/class/video.class.php +++ b/lib/class/video.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index 5b1949cf..bb8516ec 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/lib/debug.lib.php b/lib/debug.lib.php index 1e65b806..9347fed2 100644 --- a/lib/debug.lib.php +++ b/lib/debug.lib.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/general.lib.php b/lib/general.lib.php index b488bc2b..c13d6a99 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/gettext.php b/lib/gettext.php index b22e9e71..d5e828f5 100644 --- a/lib/gettext.php +++ b/lib/gettext.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/install.php b/lib/install.php index 3e07fcb9..a851aecd 100644 --- a/lib/install.php +++ b/lib/install.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/log.lib.php b/lib/log.lib.php index e78812a2..5be7e780 100644 --- a/lib/log.lib.php +++ b/lib/log.lib.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/preferences.php b/lib/preferences.php index 67e7a5c7..a1a577a3 100644 --- a/lib/preferences.php +++ b/lib/preferences.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/rating.lib.php b/lib/rating.lib.php index 0e490ee2..aeac66d1 100644 --- a/lib/rating.lib.php +++ b/lib/rating.lib.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright 2001 - 2007 Ampache.org diff --git a/lib/search.php b/lib/search.php index 11c31877..06385874 100644 --- a/lib/search.php +++ b/lib/search.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/themes.php b/lib/themes.php index d8af2512..2ff2c335 100644 --- a/lib/themes.php +++ b/lib/themes.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 34e7fb4d..2d4f444f 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/localplay.php b/localplay.php index 6aef4b2b..fc1556c5 100644 --- a/localplay.php +++ b/localplay.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/lostpassword.php b/lostpassword.php index 8725a7cc..43022614 100644 --- a/lostpassword.php +++ b/lostpassword.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/modules/archive/archive.lib.php b/modules/archive/archive.lib.php index d05e0860..b7c0813f 100644 --- a/modules/archive/archive.lib.php +++ b/modules/archive/archive.lib.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*--------------------------------------------------
| TAR/GZIP/BZIP2/ZIP ARCHIVE CLASSES 2.1
| By Devin Doucette
diff --git a/modules/captcha/captcha.php b/modules/captcha/captcha.php index 40963c18..4ecad8bc 100644 --- a/modules/captcha/captcha.php +++ b/modules/captcha/captcha.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* api: php title: Easy_CAPTCHA diff --git a/modules/emulator/gettext.php b/modules/emulator/gettext.php index b4a40b6b..f24aa190 100644 --- a/modules/emulator/gettext.php +++ b/modules/emulator/gettext.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* This program is free software; you can redistribute it and/or diff --git a/modules/flash/xspf_player.php b/modules/flash/xspf_player.php index 39b8d93b..a2598372 100644 --- a/modules/flash/xspf_player.php +++ b/modules/flash/xspf_player.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/modules/getid3/extension.cache.dbm.php b/modules/getid3/extension.cache.dbm.php index 4c70b3eb..03e4a9e8 100644 --- a/modules/getid3/extension.cache.dbm.php +++ b/modules/getid3/extension.cache.dbm.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/extension.cache.mysql.php b/modules/getid3/extension.cache.mysql.php index 823d1867..1275c25e 100644 --- a/modules/getid3/extension.cache.mysql.php +++ b/modules/getid3/extension.cache.mysql.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/getid3.php b/modules/getid3/getid3.php index 6c1b76e6..9fe5a4de 100644 --- a/modules/getid3/getid3.php +++ b/modules/getid3/getid3.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.archive.gzip.php b/modules/getid3/module.archive.gzip.php index 71c0e38c..ed03abf5 100644 --- a/modules/getid3/module.archive.gzip.php +++ b/modules/getid3/module.archive.gzip.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.archive.szip.php b/modules/getid3/module.archive.szip.php index 6cd0f985..f8f71dba 100644 --- a/modules/getid3/module.archive.szip.php +++ b/modules/getid3/module.archive.szip.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.archive.tar.php b/modules/getid3/module.archive.tar.php index d0af3368..cf106794 100644 --- a/modules/getid3/module.archive.tar.php +++ b/modules/getid3/module.archive.tar.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.archive.zip.php b/modules/getid3/module.archive.zip.php index bb84538b..72d94f41 100644 --- a/modules/getid3/module.archive.zip.php +++ b/modules/getid3/module.archive.zip.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio-video.asf.php b/modules/getid3/module.audio-video.asf.php index 56b5b0c9..1ffc1142 100644 --- a/modules/getid3/module.audio-video.asf.php +++ b/modules/getid3/module.audio-video.asf.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio-video.flv.php b/modules/getid3/module.audio-video.flv.php index 669122cf..fbf3887e 100644 --- a/modules/getid3/module.audio-video.flv.php +++ b/modules/getid3/module.audio-video.flv.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio-video.mpeg.php b/modules/getid3/module.audio-video.mpeg.php index bab3f321..a0d2cd61 100644 --- a/modules/getid3/module.audio-video.mpeg.php +++ b/modules/getid3/module.audio-video.mpeg.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio-video.nsv.php b/modules/getid3/module.audio-video.nsv.php index 0ff8e75c..3744dd42 100644 --- a/modules/getid3/module.audio-video.nsv.php +++ b/modules/getid3/module.audio-video.nsv.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio-video.quicktime.php b/modules/getid3/module.audio-video.quicktime.php index 3af2bccc..ac5845f6 100644 --- a/modules/getid3/module.audio-video.quicktime.php +++ b/modules/getid3/module.audio-video.quicktime.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio-video.real.php b/modules/getid3/module.audio-video.real.php index fd28c18b..4fda21a1 100644 --- a/modules/getid3/module.audio-video.real.php +++ b/modules/getid3/module.audio-video.real.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio-video.riff.php b/modules/getid3/module.audio-video.riff.php index 96bad165..5cecd67c 100644 --- a/modules/getid3/module.audio-video.riff.php +++ b/modules/getid3/module.audio-video.riff.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio-video.swf.php b/modules/getid3/module.audio-video.swf.php index ac2ca6bc..312a1a39 100644 --- a/modules/getid3/module.audio-video.swf.php +++ b/modules/getid3/module.audio-video.swf.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.aac_adif.php b/modules/getid3/module.audio.aac_adif.php index 0b00bb96..8f1a6853 100644 --- a/modules/getid3/module.audio.aac_adif.php +++ b/modules/getid3/module.audio.aac_adif.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.aac_adts.php b/modules/getid3/module.audio.aac_adts.php index aa7f8f73..1b98c4c6 100644 --- a/modules/getid3/module.audio.aac_adts.php +++ b/modules/getid3/module.audio.aac_adts.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio.ac3.php b/modules/getid3/module.audio.ac3.php index 7bb8f9f8..a50c5163 100644 --- a/modules/getid3/module.audio.ac3.php +++ b/modules/getid3/module.audio.ac3.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio.au.php b/modules/getid3/module.audio.au.php index ef0e29c2..d4cd8444 100644 --- a/modules/getid3/module.audio.au.php +++ b/modules/getid3/module.audio.au.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.avr.php b/modules/getid3/module.audio.avr.php index c1662961..a3fb059f 100644 --- a/modules/getid3/module.audio.avr.php +++ b/modules/getid3/module.audio.avr.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.bonk.php b/modules/getid3/module.audio.bonk.php index 770f67ba..71f27723 100644 --- a/modules/getid3/module.audio.bonk.php +++ b/modules/getid3/module.audio.bonk.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.dts.php b/modules/getid3/module.audio.dts.php index beb520fb..8de0a565 100644 --- a/modules/getid3/module.audio.dts.php +++ b/modules/getid3/module.audio.dts.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio.la.php b/modules/getid3/module.audio.la.php index f8174320..6b54b018 100644 --- a/modules/getid3/module.audio.la.php +++ b/modules/getid3/module.audio.la.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.lpac.php b/modules/getid3/module.audio.lpac.php index dde8ba5a..b86ff064 100644 --- a/modules/getid3/module.audio.lpac.php +++ b/modules/getid3/module.audio.lpac.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.midi.php b/modules/getid3/module.audio.midi.php index bab8132f..59786f10 100644 --- a/modules/getid3/module.audio.midi.php +++ b/modules/getid3/module.audio.midi.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio.monkey.php b/modules/getid3/module.audio.monkey.php index 4ea1d6fe..cb691fca 100644 --- a/modules/getid3/module.audio.monkey.php +++ b/modules/getid3/module.audio.monkey.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.mp3.php b/modules/getid3/module.audio.mp3.php index e0d17ae0..95ac0d47 100644 --- a/modules/getid3/module.audio.mp3.php +++ b/modules/getid3/module.audio.mp3.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.mpc7.php b/modules/getid3/module.audio.mpc7.php index 2671c909..e47b8d98 100644 --- a/modules/getid3/module.audio.mpc7.php +++ b/modules/getid3/module.audio.mpc7.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio.mpc8.php b/modules/getid3/module.audio.mpc8.php index 8de44186..7be1c03b 100644 --- a/modules/getid3/module.audio.mpc8.php +++ b/modules/getid3/module.audio.mpc8.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio.mpc_old.php b/modules/getid3/module.audio.mpc_old.php index 15971789..3a9adb9d 100644 --- a/modules/getid3/module.audio.mpc_old.php +++ b/modules/getid3/module.audio.mpc_old.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.optimfrog.php b/modules/getid3/module.audio.optimfrog.php index ff80a2fe..9dde727b 100644 --- a/modules/getid3/module.audio.optimfrog.php +++ b/modules/getid3/module.audio.optimfrog.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.rkau.php b/modules/getid3/module.audio.rkau.php index 15363f50..014c5272 100644 --- a/modules/getid3/module.audio.rkau.php +++ b/modules/getid3/module.audio.rkau.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.shorten.php b/modules/getid3/module.audio.shorten.php index 2d2c04fa..8a45d5fe 100644 --- a/modules/getid3/module.audio.shorten.php +++ b/modules/getid3/module.audio.shorten.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio.tta.php b/modules/getid3/module.audio.tta.php index 80b2be82..3561b577 100644 --- a/modules/getid3/module.audio.tta.php +++ b/modules/getid3/module.audio.tta.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.voc.php b/modules/getid3/module.audio.voc.php index 3103dffc..01e7fe28 100644 --- a/modules/getid3/module.audio.voc.php +++ b/modules/getid3/module.audio.voc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.vqf.php b/modules/getid3/module.audio.vqf.php index fe7861d4..7f4fc783 100644 --- a/modules/getid3/module.audio.vqf.php +++ b/modules/getid3/module.audio.vqf.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.audio.wavpack.php b/modules/getid3/module.audio.wavpack.php index 862e7483..6a687a48 100644 --- a/modules/getid3/module.audio.wavpack.php +++ b/modules/getid3/module.audio.wavpack.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.audio.xiph.php b/modules/getid3/module.audio.xiph.php index ec8ab914..b9100e8a 100644 --- a/modules/getid3/module.audio.xiph.php +++ b/modules/getid3/module.audio.xiph.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.graphic.bmp.php b/modules/getid3/module.graphic.bmp.php index ca1ce87f..43dc9914 100644 --- a/modules/getid3/module.graphic.bmp.php +++ b/modules/getid3/module.graphic.bmp.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.graphic.gif.php b/modules/getid3/module.graphic.gif.php index b3b11398..67e39592 100644 --- a/modules/getid3/module.graphic.gif.php +++ b/modules/getid3/module.graphic.gif.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.graphic.jpeg.php b/modules/getid3/module.graphic.jpeg.php index 886e9d7b..2dea8bb3 100644 --- a/modules/getid3/module.graphic.jpeg.php +++ b/modules/getid3/module.graphic.jpeg.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.graphic.pcd.php b/modules/getid3/module.graphic.pcd.php index dacb6c8a..bf8288fe 100644 --- a/modules/getid3/module.graphic.pcd.php +++ b/modules/getid3/module.graphic.pcd.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.graphic.png.php b/modules/getid3/module.graphic.png.php index daa39221..e697e961 100644 --- a/modules/getid3/module.graphic.png.php +++ b/modules/getid3/module.graphic.png.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.graphic.tiff.php b/modules/getid3/module.graphic.tiff.php index f0f5a2e8..45478cb8 100644 --- a/modules/getid3/module.graphic.tiff.php +++ b/modules/getid3/module.graphic.tiff.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.lib.data_hash.php b/modules/getid3/module.lib.data_hash.php index 1ede53fa..4ec541c6 100644 --- a/modules/getid3/module.lib.data_hash.php +++ b/modules/getid3/module.lib.data_hash.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.lib.iconv_replacement.php b/modules/getid3/module.lib.iconv_replacement.php index d6f935e8..1c5b2fd0 100644 --- a/modules/getid3/module.lib.iconv_replacement.php +++ b/modules/getid3/module.lib.iconv_replacement.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.lib.image_size.php b/modules/getid3/module.lib.image_size.php index cde72234..5d7e66f4 100644 --- a/modules/getid3/module.lib.image_size.php +++ b/modules/getid3/module.lib.image_size.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+
// | PHP version 5 |
// +----------------------------------------------------------------------+
diff --git a/modules/getid3/module.misc.iso.php b/modules/getid3/module.misc.iso.php index 100cf0a8..60478f09 100644 --- a/modules/getid3/module.misc.iso.php +++ b/modules/getid3/module.misc.iso.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.tag.apetag.php b/modules/getid3/module.tag.apetag.php index df49c8d6..22e86d6d 100644 --- a/modules/getid3/module.tag.apetag.php +++ b/modules/getid3/module.tag.apetag.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.tag.id3v1.php b/modules/getid3/module.tag.id3v1.php index 1f1ae91c..52f01405 100644 --- a/modules/getid3/module.tag.id3v1.php +++ b/modules/getid3/module.tag.id3v1.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.tag.id3v2.php b/modules/getid3/module.tag.id3v2.php index 02bcce6a..4b149939 100644 --- a/modules/getid3/module.tag.id3v2.php +++ b/modules/getid3/module.tag.id3v2.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/module.tag.lyrics3.php b/modules/getid3/module.tag.lyrics3.php index 98c5d538..4afe6d64 100644 --- a/modules/getid3/module.tag.lyrics3.php +++ b/modules/getid3/module.tag.lyrics3.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/write.apetag.php b/modules/getid3/write.apetag.php index 07b0485f..e154e814 100644 --- a/modules/getid3/write.apetag.php +++ b/modules/getid3/write.apetag.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/write.flac.php b/modules/getid3/write.flac.php index 73ca9363..b6ae6bb8 100644 --- a/modules/getid3/write.flac.php +++ b/modules/getid3/write.flac.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/write.id3v1.php b/modules/getid3/write.id3v1.php index 50f084ab..c6bd48c3 100644 --- a/modules/getid3/write.id3v1.php +++ b/modules/getid3/write.id3v1.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/write.id3v2.php b/modules/getid3/write.id3v2.php index 0daefcac..d3b6c3ca 100644 --- a/modules/getid3/write.id3v2.php +++ b/modules/getid3/write.id3v2.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/write.lyrics3.php b/modules/getid3/write.lyrics3.php index 1b5be946..eab0d8d6 100644 --- a/modules/getid3/write.lyrics3.php +++ b/modules/getid3/write.lyrics3.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/getid3/write.vorbis.php b/modules/getid3/write.vorbis.php index fadad25e..0e95636f 100644 --- a/modules/getid3/write.vorbis.php +++ b/modules/getid3/write.vorbis.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ diff --git a/modules/horde/Browser.php b/modules/horde/Browser.php index 8a3dcba2..637160b2 100644 --- a/modules/horde/Browser.php +++ b/modules/horde/Browser.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * The Browser:: class provides capability information for the current * web client. Browser identification is performed by examining the diff --git a/modules/httpq/httpqplayer.class.php b/modules/httpq/httpqplayer.class.php index 1561cdc6..d3c3d343 100644 --- a/modules/httpq/httpqplayer.class.php +++ b/modules/httpq/httpqplayer.class.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*
Copyright (c) Ampache.org
diff --git a/modules/infotools/AmazonSearchEngine.class.php b/modules/infotools/AmazonSearchEngine.class.php index e5c432f8..4e7e4a7a 100644 --- a/modules/infotools/AmazonSearchEngine.class.php +++ b/modules/infotools/AmazonSearchEngine.class.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*
Copyright (c) 2001 - 2006 Ampache.org
diff --git a/modules/infotools/Snoopy.class.php b/modules/infotools/Snoopy.class.php index 53116105..63198bbd 100644 --- a/modules/infotools/Snoopy.class.php +++ b/modules/infotools/Snoopy.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /************************************************* diff --git a/modules/infotools/jamendoSearch.class.php b/modules/infotools/jamendoSearch.class.php index 1518538f..57d3c948 100644 --- a/modules/infotools/jamendoSearch.class.php +++ b/modules/infotools/jamendoSearch.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/modules/infotools/lastfm.class.php b/modules/infotools/lastfm.class.php index db9d3978..047bbef7 100644 --- a/modules/infotools/lastfm.class.php +++ b/modules/infotools/lastfm.class.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*
Copyright (c) Ampache.org
diff --git a/modules/infotools/mp3tunes.class.php b/modules/infotools/mp3tunes.class.php index 505d2806..a40a511d 100644 --- a/modules/infotools/mp3tunes.class.php +++ b/modules/infotools/mp3tunes.class.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*
Copyright (c) Ampache.org
diff --git a/modules/localplay/httpq.controller.php b/modules/localplay/httpq.controller.php index cdb8f4c4..475367c5 100644 --- a/modules/localplay/httpq.controller.php +++ b/modules/localplay/httpq.controller.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php index 4a5eb6a4..be18458e 100644 --- a/modules/localplay/mpd.controller.php +++ b/modules/localplay/mpd.controller.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/modules/localplay/shoutcast.controller.php b/modules/localplay/shoutcast.controller.php index 5aff8dc9..be126942 100644 --- a/modules/localplay/shoutcast.controller.php +++ b/modules/localplay/shoutcast.controller.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/modules/mpd/mpd.class.php b/modules/mpd/mpd.class.php index 8a774c34..b0c9c76c 100644 --- a/modules/mpd/mpd.class.php +++ b/modules/mpd/mpd.class.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* * mpd.class.php - PHP Object Interface to the MPD Music Player Daemon * Version 1.2, Released 05/05/2004 diff --git a/modules/nusoap/class.nusoap_base.php b/modules/nusoap/class.nusoap_base.php index 875f8d20..442f205a 100644 --- a/modules/nusoap/class.nusoap_base.php +++ b/modules/nusoap/class.nusoap_base.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*
$Id: class.nusoap_base.php,v 1.51 2007/11/06 15:17:46 snichol Exp $
diff --git a/modules/nusoap/class.soap_fault.php b/modules/nusoap/class.soap_fault.php index a5cef1a0..3e456b65 100644 --- a/modules/nusoap/class.soap_fault.php +++ b/modules/nusoap/class.soap_fault.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ diff --git a/modules/nusoap/class.soap_parser.php b/modules/nusoap/class.soap_parser.php index d451daeb..cce1e4d0 100644 --- a/modules/nusoap/class.soap_parser.php +++ b/modules/nusoap/class.soap_parser.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ diff --git a/modules/nusoap/class.soap_server.php b/modules/nusoap/class.soap_server.php index 1b7442a4..8080542a 100644 --- a/modules/nusoap/class.soap_server.php +++ b/modules/nusoap/class.soap_server.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ diff --git a/modules/nusoap/class.soap_transport_http.php b/modules/nusoap/class.soap_transport_http.php index a7e4e4a2..3384ec36 100644 --- a/modules/nusoap/class.soap_transport_http.php +++ b/modules/nusoap/class.soap_transport_http.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ diff --git a/modules/nusoap/class.soap_val.php b/modules/nusoap/class.soap_val.php index 4f6737fa..89f2ccb3 100644 --- a/modules/nusoap/class.soap_val.php +++ b/modules/nusoap/class.soap_val.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ diff --git a/modules/nusoap/class.soapclient.php b/modules/nusoap/class.soapclient.php index 0247670e..e057f7d8 100644 --- a/modules/nusoap/class.soapclient.php +++ b/modules/nusoap/class.soapclient.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ diff --git a/modules/nusoap/class.wsdl.php b/modules/nusoap/class.wsdl.php index c0003c75..1a1675e0 100644 --- a/modules/nusoap/class.wsdl.php +++ b/modules/nusoap/class.wsdl.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ diff --git a/modules/nusoap/class.wsdlcache.php b/modules/nusoap/class.wsdlcache.php index d1288242..438dfbb1 100644 --- a/modules/nusoap/class.wsdlcache.php +++ b/modules/nusoap/class.wsdlcache.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*
The NuSOAP project home is:
http://sourceforge.net/projects/nusoap/
diff --git a/modules/nusoap/class.xmlschema.php b/modules/nusoap/class.xmlschema.php index e28f3ae1..dd9e2cba 100644 --- a/modules/nusoap/class.xmlschema.php +++ b/modules/nusoap/class.xmlschema.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ diff --git a/modules/nusoap/nusoap.php b/modules/nusoap/nusoap.php index 291e7a08..7552a6e0 100644 --- a/modules/nusoap/nusoap.php +++ b/modules/nusoap/nusoap.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*
$Id: nusoap.php,v 1.114 2007/11/06 15:17:46 snichol Exp $
diff --git a/modules/nusoap/nusoapmime.php b/modules/nusoap/nusoapmime.php index 228a4739..60d1d3b4 100644 --- a/modules/nusoap/nusoapmime.php +++ b/modules/nusoap/nusoapmime.php @@ -1,4 +1,5 @@ <?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*
$Id: nusoapmime.php,v 1.12 2007/04/17 16:34:03 snichol Exp $
diff --git a/modules/php_musicbrainz/mbArtist.php b/modules/php_musicbrainz/mbArtist.php index 377ebc3d..619f7961 100644 --- a/modules/php_musicbrainz/mbArtist.php +++ b/modules/php_musicbrainz/mbArtist.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbArtist extends MusicBrainzEntity { const TYPE_GROUP = "http://musicbrainz.org/ns/mmd-1.0#Group"; const TYPE_PERSON = "http://musicbrainz.org/ns/mmd-1.0#Person"; diff --git a/modules/php_musicbrainz/mbArtistAlias.php b/modules/php_musicbrainz/mbArtistAlias.php index 7ada99a5..1e75bae2 100644 --- a/modules/php_musicbrainz/mbArtistAlias.php +++ b/modules/php_musicbrainz/mbArtistAlias.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbArtistAlias { private $value; private $type; diff --git a/modules/php_musicbrainz/mbDisc.php b/modules/php_musicbrainz/mbDisc.php index 4b423ccf..ce87b330 100644 --- a/modules/php_musicbrainz/mbDisc.php +++ b/modules/php_musicbrainz/mbDisc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbDiscError extends Exception { } class mbDisc { diff --git a/modules/php_musicbrainz/mbEntity.php b/modules/php_musicbrainz/mbEntity.php index cf749569..b62ee83a 100644 --- a/modules/php_musicbrainz/mbEntity.php +++ b/modules/php_musicbrainz/mbEntity.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class MusicBrainzEntity { private $id; private $relations; diff --git a/modules/php_musicbrainz/mbFactory.php b/modules/php_musicbrainz/mbFactory.php index 2fac424e..ca2d3800 100644 --- a/modules/php_musicbrainz/mbFactory.php +++ b/modules/php_musicbrainz/mbFactory.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ interface mbIFactory { function newArtist(); function newArtistAlias(); diff --git a/modules/php_musicbrainz/mbFilter.php b/modules/php_musicbrainz/mbFilter.php index f96f9799..c41543ba 100644 --- a/modules/php_musicbrainz/mbFilter.php +++ b/modules/php_musicbrainz/mbFilter.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ interface MusicBrainzFilter { function createParameters(); } diff --git a/modules/php_musicbrainz/mbInclude.php b/modules/php_musicbrainz/mbInclude.php index 3156f0fc..d42a020f 100644 --- a/modules/php_musicbrainz/mbInclude.php +++ b/modules/php_musicbrainz/mbInclude.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ interface MusicBrainzInclude { function createIncludeTags(); } diff --git a/modules/php_musicbrainz/mbLabel.php b/modules/php_musicbrainz/mbLabel.php index 91ca3a22..a61a3148 100644 --- a/modules/php_musicbrainz/mbLabel.php +++ b/modules/php_musicbrainz/mbLabel.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbLabel extends MusicBrainzEntity { const TYPE_GROUP = "http://musicbrainz.org/ns/mmd-1.0#Group"; const TYPE_PERSON = "http://musicbrainz.org/ns/mmd-1.0#Person"; diff --git a/modules/php_musicbrainz/mbLabelAlias.php b/modules/php_musicbrainz/mbLabelAlias.php index b426e3a0..9e268898 100644 --- a/modules/php_musicbrainz/mbLabelAlias.php +++ b/modules/php_musicbrainz/mbLabelAlias.php @@ -1,3 +1,4 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbLabelArtist extends mbArtistAlias { } ?> diff --git a/modules/php_musicbrainz/mbMetadata.php b/modules/php_musicbrainz/mbMetadata.php index 5f1a10aa..d6491a16 100644 --- a/modules/php_musicbrainz/mbMetadata.php +++ b/modules/php_musicbrainz/mbMetadata.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbMetadata { private $artist = null; private $track = null; diff --git a/modules/php_musicbrainz/mbQuery.php b/modules/php_musicbrainz/mbQuery.php index 186d38bd..62e8de26 100644 --- a/modules/php_musicbrainz/mbQuery.php +++ b/modules/php_musicbrainz/mbQuery.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ define ( 'NS_MMD_1', "http://musicbrainz.org/ns/mmd-1.0#" ); require_once( 'xml/xmlParser.php' ); diff --git a/modules/php_musicbrainz/mbRelation.php b/modules/php_musicbrainz/mbRelation.php index a64274ec..748bbbfe 100644 --- a/modules/php_musicbrainz/mbRelation.php +++ b/modules/php_musicbrainz/mbRelation.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbRelation { const DIR_BOTH = 0; const DIR_FORWARD = 1; diff --git a/modules/php_musicbrainz/mbRelease.php b/modules/php_musicbrainz/mbRelease.php index 32ee7f6e..a860867c 100644 --- a/modules/php_musicbrainz/mbRelease.php +++ b/modules/php_musicbrainz/mbRelease.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbRelease extends MusicBrainzEntity { // Types const TYPE_NONE = "http://musicbrainz.org/ns/mmd-1.0#None"; diff --git a/modules/php_musicbrainz/mbReleaseEvent.php b/modules/php_musicbrainz/mbReleaseEvent.php index 1c47ba11..46012a20 100644 --- a/modules/php_musicbrainz/mbReleaseEvent.php +++ b/modules/php_musicbrainz/mbReleaseEvent.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbReleaseEvent { private $country; private $dateStr; diff --git a/modules/php_musicbrainz/mbResults.php b/modules/php_musicbrainz/mbResults.php index b6f5e65e..bef18eb1 100644 --- a/modules/php_musicbrainz/mbResults.php +++ b/modules/php_musicbrainz/mbResults.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbResult { private $score; private $count; diff --git a/modules/php_musicbrainz/mbTag.php b/modules/php_musicbrainz/mbTag.php index f823642e..96b0903f 100644 --- a/modules/php_musicbrainz/mbTag.php +++ b/modules/php_musicbrainz/mbTag.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbTag { private $name; private $count; diff --git a/modules/php_musicbrainz/mbTrack.php b/modules/php_musicbrainz/mbTrack.php index 27dccc7f..3e6a027f 100644 --- a/modules/php_musicbrainz/mbTrack.php +++ b/modules/php_musicbrainz/mbTrack.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbTrack extends MusicBrainzEntity { private $title; private $artist = null; diff --git a/modules/php_musicbrainz/mbUser.php b/modules/php_musicbrainz/mbUser.php index 6ca2bd5e..8ac6ffeb 100644 --- a/modules/php_musicbrainz/mbUser.php +++ b/modules/php_musicbrainz/mbUser.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbUser { private $name; private $showNag = false; diff --git a/modules/php_musicbrainz/mbUtil.php b/modules/php_musicbrainz/mbUtil.php index 87517556..c7ce7cbd 100644 --- a/modules/php_musicbrainz/mbUtil.php +++ b/modules/php_musicbrainz/mbUtil.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbValueError extends Exception {} function extractFragment( $type ) { diff --git a/modules/php_musicbrainz/mbUtil_countrynames.php b/modules/php_musicbrainz/mbUtil_countrynames.php index 3de82ccb..36c94954 100644 --- a/modules/php_musicbrainz/mbUtil_countrynames.php +++ b/modules/php_musicbrainz/mbUtil_countrynames.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ $mbCountryNames = array( "BD" => "Bangladesh", "BE" => "Belgium", diff --git a/modules/php_musicbrainz/mbUtil_languagenames.php b/modules/php_musicbrainz/mbUtil_languagenames.php index 9847e735..2244f9c9 100644 --- a/modules/php_musicbrainz/mbUtil_languagenames.php +++ b/modules/php_musicbrainz/mbUtil_languagenames.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ $mbLanguageNames = array( "ART" => "Artificial (Other)", "ROH" => "Raeto-Romance", diff --git a/modules/php_musicbrainz/mbUtil_releasetypenames.php b/modules/php_musicbrainz/mbUtil_releasetypenames.php index f22a3581..79fa8c97 100644 --- a/modules/php_musicbrainz/mbUtil_releasetypenames.php +++ b/modules/php_musicbrainz/mbUtil_releasetypenames.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ $mbReleaseTypeNames = array( "http://musicbrainz.org/ns/mmd-1.0#None" => "None", "http://musicbrainz.org/ns/mmd-1.0#Album" => "Album", diff --git a/modules/php_musicbrainz/mbUtil_scriptnames.php b/modules/php_musicbrainz/mbUtil_scriptnames.php index 75477f71..0045f0cc 100644 --- a/modules/php_musicbrainz/mbUtil_scriptnames.php +++ b/modules/php_musicbrainz/mbUtil_scriptnames.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ $mbScriptNames = array( "Yiii" => "Yi", "Telu" => "Telugu", diff --git a/modules/php_musicbrainz/mbWebService.php b/modules/php_musicbrainz/mbWebService.php index 8d5a3b09..4f5a98ad 100644 --- a/modules/php_musicbrainz/mbWebService.php +++ b/modules/php_musicbrainz/mbWebService.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ interface IWebService { function get ( $entity, $id, $include, $filter, $version = '1' ); function post( $entity, $id, $data, $version = '1' ); diff --git a/modules/php_musicbrainz/mbXmlParser.php b/modules/php_musicbrainz/mbXmlParser.php index 4ce50ad6..8cb956b0 100644 --- a/modules/php_musicbrainz/mbXmlParser.php +++ b/modules/php_musicbrainz/mbXmlParser.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbParseError extends Exception { } class mbXmlParser { diff --git a/modules/php_musicbrainz/xml/xmlParser.php b/modules/php_musicbrainz/xml/xmlParser.php index 3cc8c8d3..f276feb8 100644 --- a/modules/php_musicbrainz/xml/xmlParser.php +++ b/modules/php_musicbrainz/xml/xmlParser.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class XMLNode { private $name; private $attributes; diff --git a/modules/phpmailer/class.phpmailer.php b/modules/phpmailer/class.phpmailer.php index 602f1210..3a7becc1 100644 --- a/modules/phpmailer/class.phpmailer.php +++ b/modules/phpmailer/class.phpmailer.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*~ class.phpmailer.php .---------------------------------------------------------------------------. | Software: PHPMailer - PHP email class | diff --git a/modules/phpmailer/class.smtp.php b/modules/phpmailer/class.smtp.php index 6d3f24ef..03921168 100644 --- a/modules/phpmailer/class.smtp.php +++ b/modules/phpmailer/class.smtp.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /*~ class.smtp.php .---------------------------------------------------------------------------. | Software: PHPMailer - PHP email class | diff --git a/modules/phpmailer/language/phpmailer.lang-ar.php b/modules/phpmailer/language/phpmailer.lang-ar.php index b7c5057d..97025745 100644 --- a/modules/phpmailer/language/phpmailer.lang-ar.php +++ b/modules/phpmailer/language/phpmailer.lang-ar.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Arabic Version, UTF-8 diff --git a/modules/phpmailer/language/phpmailer.lang-br.php b/modules/phpmailer/language/phpmailer.lang-br.php index 6afe60b1..eefc4db9 100644 --- a/modules/phpmailer/language/phpmailer.lang-br.php +++ b/modules/phpmailer/language/phpmailer.lang-br.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Portuguese Version diff --git a/modules/phpmailer/language/phpmailer.lang-ca.php b/modules/phpmailer/language/phpmailer.lang-ca.php index 4a160a21..573b6fee 100644 --- a/modules/phpmailer/language/phpmailer.lang-ca.php +++ b/modules/phpmailer/language/phpmailer.lang-ca.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Catalan Version diff --git a/modules/phpmailer/language/phpmailer.lang-ch.php b/modules/phpmailer/language/phpmailer.lang-ch.php index 31ebd861..36b69697 100644 --- a/modules/phpmailer/language/phpmailer.lang-ch.php +++ b/modules/phpmailer/language/phpmailer.lang-ch.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Chinese Version diff --git a/modules/phpmailer/language/phpmailer.lang-cz.php b/modules/phpmailer/language/phpmailer.lang-cz.php index 1c8b2063..4b4b3f55 100644 --- a/modules/phpmailer/language/phpmailer.lang-cz.php +++ b/modules/phpmailer/language/phpmailer.lang-cz.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Czech Version diff --git a/modules/phpmailer/language/phpmailer.lang-de.php b/modules/phpmailer/language/phpmailer.lang-de.php index b2a76ce1..72df9cf7 100644 --- a/modules/phpmailer/language/phpmailer.lang-de.php +++ b/modules/phpmailer/language/phpmailer.lang-de.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * German Version diff --git a/modules/phpmailer/language/phpmailer.lang-dk.php b/modules/phpmailer/language/phpmailer.lang-dk.php index b2625731..d19fe8c2 100644 --- a/modules/phpmailer/language/phpmailer.lang-dk.php +++ b/modules/phpmailer/language/phpmailer.lang-dk.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Danish Version diff --git a/modules/phpmailer/language/phpmailer.lang-es.php b/modules/phpmailer/language/phpmailer.lang-es.php index 69b68174..65cc872e 100644 --- a/modules/phpmailer/language/phpmailer.lang-es.php +++ b/modules/phpmailer/language/phpmailer.lang-es.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Spanish version diff --git a/modules/phpmailer/language/phpmailer.lang-et.php b/modules/phpmailer/language/phpmailer.lang-et.php index cf61779b..95542810 100644 --- a/modules/phpmailer/language/phpmailer.lang-et.php +++ b/modules/phpmailer/language/phpmailer.lang-et.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Estonian Version diff --git a/modules/phpmailer/language/phpmailer.lang-fi.php b/modules/phpmailer/language/phpmailer.lang-fi.php index 12a845aa..a9d0179a 100644 --- a/modules/phpmailer/language/phpmailer.lang-fi.php +++ b/modules/phpmailer/language/phpmailer.lang-fi.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Finnish Version diff --git a/modules/phpmailer/language/phpmailer.lang-fo.php b/modules/phpmailer/language/phpmailer.lang-fo.php index 6bd9b0a2..23b435ae 100644 --- a/modules/phpmailer/language/phpmailer.lang-fo.php +++ b/modules/phpmailer/language/phpmailer.lang-fo.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Faroese Version [language of the Faroe Islands, a Danish dominion] diff --git a/modules/phpmailer/language/phpmailer.lang-fr.php b/modules/phpmailer/language/phpmailer.lang-fr.php index c99ac3ca..6da07a33 100644 --- a/modules/phpmailer/language/phpmailer.lang-fr.php +++ b/modules/phpmailer/language/phpmailer.lang-fr.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * French Version diff --git a/modules/phpmailer/language/phpmailer.lang-hu.php b/modules/phpmailer/language/phpmailer.lang-hu.php index caca0b50..225ff663 100644 --- a/modules/phpmailer/language/phpmailer.lang-hu.php +++ b/modules/phpmailer/language/phpmailer.lang-hu.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Hungarian Version diff --git a/modules/phpmailer/language/phpmailer.lang-it.php b/modules/phpmailer/language/phpmailer.lang-it.php index fc1fcb8d..eeb4982c 100644 --- a/modules/phpmailer/language/phpmailer.lang-it.php +++ b/modules/phpmailer/language/phpmailer.lang-it.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Italian version diff --git a/modules/phpmailer/language/phpmailer.lang-ja.php b/modules/phpmailer/language/phpmailer.lang-ja.php index 63cfb23b..c2883da1 100644 --- a/modules/phpmailer/language/phpmailer.lang-ja.php +++ b/modules/phpmailer/language/phpmailer.lang-ja.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Japanese Version diff --git a/modules/phpmailer/language/phpmailer.lang-nl.php b/modules/phpmailer/language/phpmailer.lang-nl.php index d2c380b0..a35ef768 100644 --- a/modules/phpmailer/language/phpmailer.lang-nl.php +++ b/modules/phpmailer/language/phpmailer.lang-nl.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Dutch Version diff --git a/modules/phpmailer/language/phpmailer.lang-no.php b/modules/phpmailer/language/phpmailer.lang-no.php index 65cb8843..d6e5c83e 100644 --- a/modules/phpmailer/language/phpmailer.lang-no.php +++ b/modules/phpmailer/language/phpmailer.lang-no.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Norwegian Version diff --git a/modules/phpmailer/language/phpmailer.lang-pl.php b/modules/phpmailer/language/phpmailer.lang-pl.php index f4fd801d..95ddec77 100644 --- a/modules/phpmailer/language/phpmailer.lang-pl.php +++ b/modules/phpmailer/language/phpmailer.lang-pl.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Polish Version diff --git a/modules/phpmailer/language/phpmailer.lang-ro.php b/modules/phpmailer/language/phpmailer.lang-ro.php index f6aa9225..ae6e8d86 100644 --- a/modules/phpmailer/language/phpmailer.lang-ro.php +++ b/modules/phpmailer/language/phpmailer.lang-ro.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Romanian Version diff --git a/modules/phpmailer/language/phpmailer.lang-ru.php b/modules/phpmailer/language/phpmailer.lang-ru.php index d6990525..76677e8d 100644 --- a/modules/phpmailer/language/phpmailer.lang-ru.php +++ b/modules/phpmailer/language/phpmailer.lang-ru.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Russian Version by Alexey Chumakov <alex@chumakov.ru> diff --git a/modules/phpmailer/language/phpmailer.lang-se.php b/modules/phpmailer/language/phpmailer.lang-se.php index 67e05f59..d57d71c8 100644 --- a/modules/phpmailer/language/phpmailer.lang-se.php +++ b/modules/phpmailer/language/phpmailer.lang-se.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Swedish Version diff --git a/modules/phpmailer/language/phpmailer.lang-tr.php b/modules/phpmailer/language/phpmailer.lang-tr.php index d24627a4..49a8aee9 100644 --- a/modules/phpmailer/language/phpmailer.lang-tr.php +++ b/modules/phpmailer/language/phpmailer.lang-tr.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Turkish version diff --git a/modules/phpmailer/language/phpmailer.lang-zh.php b/modules/phpmailer/language/phpmailer.lang-zh.php index fef66f8c..c8aeafcc 100644 --- a/modules/phpmailer/language/phpmailer.lang-zh.php +++ b/modules/phpmailer/language/phpmailer.lang-zh.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Traditional Chinese Version diff --git a/modules/phpmailer/language/phpmailer.lang-zh_cn.php b/modules/phpmailer/language/phpmailer.lang-zh_cn.php index b1884043..37c9187a 100644 --- a/modules/phpmailer/language/phpmailer.lang-zh_cn.php +++ b/modules/phpmailer/language/phpmailer.lang-zh_cn.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** * PHPMailer language file: refer to English translation for definitive list * Simplified Chinese Version diff --git a/modules/plugins/Lastfm.plugin.php b/modules/plugins/Lastfm.plugin.php index 2cb6ab69..99ac5fd7 100644 --- a/modules/plugins/Lastfm.plugin.php +++ b/modules/plugins/Lastfm.plugin.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/modules/plugins/Librefm.plugin.php b/modules/plugins/Librefm.plugin.php index 851f5a14..9b22b183 100644 --- a/modules/plugins/Librefm.plugin.php +++ b/modules/plugins/Librefm.plugin.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/modules/validatemail/validateEmail.php b/modules/validatemail/validateEmail.php index 335a6fd8..3fc83026 100644 --- a/modules/validatemail/validateEmail.php +++ b/modules/validatemail/validateEmail.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* validateEmail.php version 2.0 diff --git a/modules/validatemail/validateEmailFormat.php b/modules/validatemail/validateEmailFormat.php index aa03e62d..94fde197 100644 --- a/modules/validatemail/validateEmailFormat.php +++ b/modules/validatemail/validateEmailFormat.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ //////////////////////////////////////////////////////////////////////// // // validateEmailFormat.php - v 1.0 diff --git a/play/index.php b/play/index.php index efa97a7f..3bc77b96 100644 --- a/play/index.php +++ b/play/index.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/playlist.php b/playlist.php index dda1a157..bb1ac99e 100644 --- a/playlist.php +++ b/playlist.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/preferences.php b/preferences.php index 64763c67..f8e7c4d9 100644 --- a/preferences.php +++ b/preferences.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/register.php b/register.php index 73dbe87c..d2a1463d 100644 --- a/register.php +++ b/register.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/ajax.server.php b/server/ajax.server.php index 7c178a06..ca10e0cc 100644 --- a/server/ajax.server.php +++ b/server/ajax.server.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/browse.ajax.php b/server/browse.ajax.php index 97f28679..13cd0153 100644 --- a/server/browse.ajax.php +++ b/server/browse.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/democratic.ajax.php b/server/democratic.ajax.php index 04306999..35593439 100644 --- a/server/democratic.ajax.php +++ b/server/democratic.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/flag.ajax.php b/server/flag.ajax.php index a063c662..a725d98d 100644 --- a/server/flag.ajax.php +++ b/server/flag.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/server/index.ajax.php b/server/index.ajax.php index 76f35ee8..674a75f2 100644 --- a/server/index.ajax.php +++ b/server/index.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/localplay.ajax.php b/server/localplay.ajax.php index 7869a305..9d4299cb 100644 --- a/server/localplay.ajax.php +++ b/server/localplay.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/playlist.ajax.php b/server/playlist.ajax.php index 762fc54e..acf47685 100644 --- a/server/playlist.ajax.php +++ b/server/playlist.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/random.ajax.php b/server/random.ajax.php index acc42539..fa4b850e 100644 --- a/server/random.ajax.php +++ b/server/random.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/server/song.ajax.php b/server/song.ajax.php index a9c34723..1ce060e7 100644 --- a/server/song.ajax.php +++ b/server/song.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/server/stats.ajax.php b/server/stats.ajax.php index 24af4878..d3f11a87 100644 --- a/server/stats.ajax.php +++ b/server/stats.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/stream.ajax.php b/server/stream.ajax.php index 4300f804..db5d035a 100644 --- a/server/stream.ajax.php +++ b/server/stream.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/tag.ajax.php b/server/tag.ajax.php index cbebf602..511265a0 100644 --- a/server/tag.ajax.php +++ b/server/tag.ajax.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/server/xml.server.php b/server/xml.server.php index cc7a68cf..f568ca03 100644 --- a/server/xml.server.php +++ b/server/xml.server.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/browse_content.inc.php b/templates/browse_content.inc.php index e7dd3a31..52b12da3 100644 --- a/templates/browse_content.inc.php +++ b/templates/browse_content.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/error_page.inc.php b/templates/error_page.inc.php index ee83a78c..a51a1f6c 100644 --- a/templates/error_page.inc.php +++ b/templates/error_page.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/footer.inc.php b/templates/footer.inc.php index 59c2f154..4d63a1e3 100644 --- a/templates/footer.inc.php +++ b/templates/footer.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/header.inc.php b/templates/header.inc.php index c2b23163..7cda0e5f 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/javascript_refresh.inc.php b/templates/javascript_refresh.inc.php index 080201c2..5f0a07ed 100644 --- a/templates/javascript_refresh.inc.php +++ b/templates/javascript_refresh.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/list_header.inc.php b/templates/list_header.inc.php index 5f71f80e..202dd8c2 100644 --- a/templates/list_header.inc.php +++ b/templates/list_header.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/rightbar.inc.php b/templates/rightbar.inc.php index c64d54c3..ecb686c6 100644 --- a/templates/rightbar.inc.php +++ b/templates/rightbar.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_access_list.inc.php b/templates/show_access_list.inc.php index 163c410b..66e1e84b 100644 --- a/templates/show_access_list.inc.php +++ b/templates/show_access_list.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_account.inc.php b/templates/show_account.inc.php index eb371443..22866e0f 100644 --- a/templates/show_account.inc.php +++ b/templates/show_account.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php index 930243f0..e3bd9362 100644 --- a/templates/show_add_access.inc.php +++ b/templates/show_add_access.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_add_access_current.inc.php b/templates/show_add_access_current.inc.php index 69e74cc1..ec3f8f79 100644 --- a/templates/show_add_access_current.inc.php +++ b/templates/show_add_access_current.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_add_access_local.inc.php b/templates/show_add_access_local.inc.php index 0d6bd62e..2e509731 100644 --- a/templates/show_add_access_local.inc.php +++ b/templates/show_add_access_local.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_add_access_rpc.inc.php b/templates/show_add_access_rpc.inc.php index 1cf1de81..3f2c07b0 100644 --- a/templates/show_add_access_rpc.inc.php +++ b/templates/show_add_access_rpc.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php index 798df257..e55152d0 100644 --- a/templates/show_add_catalog.inc.php +++ b/templates/show_add_catalog.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_add_live_stream.inc.php b/templates/show_add_live_stream.inc.php index bd4e1597..2a3da7b3 100644 --- a/templates/show_add_live_stream.inc.php +++ b/templates/show_add_live_stream.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_add_playlist.inc.php b/templates/show_add_playlist.inc.php index bc1800ce..c0b4865f 100644 --- a/templates/show_add_playlist.inc.php +++ b/templates/show_add_playlist.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_add_shout.inc.php b/templates/show_add_shout.inc.php index 7f9afbee..ed3db4d6 100644 --- a/templates/show_add_shout.inc.php +++ b/templates/show_add_shout.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php index 49a72fec..60c25b39 100644 --- a/templates/show_add_user.inc.php +++ b/templates/show_add_user.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_adds_catalog.inc.php b/templates/show_adds_catalog.inc.php index 75c48c50..10d96102 100644 --- a/templates/show_adds_catalog.inc.php +++ b/templates/show_adds_catalog.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php index cf8a52e6..a137d9ec 100644 --- a/templates/show_admin_info.inc.php +++ b/templates/show_admin_info.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php index b5a10b57..1afe7cf6 100644 --- a/templates/show_admin_tools.inc.php +++ b/templates/show_admin_tools.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index e3465f55..b3774bc9 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_album_art.inc.php b/templates/show_album_art.inc.php index 373f662d..e585748a 100644 --- a/templates/show_album_art.inc.php +++ b/templates/show_album_art.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php index 872d84d3..bcaaa4d5 100644 --- a/templates/show_album_row.inc.php +++ b/templates/show_album_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 25e9c4b6..f854080c 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php index af8f16b5..e4edbd14 100644 --- a/templates/show_all_popular.inc.php +++ b/templates/show_all_popular.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_alphabet_form.inc.php b/templates/show_alphabet_form.inc.php index f3482c3a..28fcbd26 100644 --- a/templates/show_alphabet_form.inc.php +++ b/templates/show_alphabet_form.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index 4e63835d..7f729e2a 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_artist_row.inc.php b/templates/show_artist_row.inc.php index f8c1a5af..23fa0256 100644 --- a/templates/show_artist_row.inc.php +++ b/templates/show_artist_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index 9cc382e5..45cefb03 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_big_art.inc.php b/templates/show_big_art.inc.php index eb9ba0c4..e2dc7964 100644 --- a/templates/show_big_art.inc.php +++ b/templates/show_big_art.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_box_bottom.inc.php b/templates/show_box_bottom.inc.php index 809f58e0..229a5b15 100644 --- a/templates/show_box_bottom.inc.php +++ b/templates/show_box_bottom.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_box_top.inc.php b/templates/show_box_top.inc.php index 42bda20d..bf19987b 100644 --- a/templates/show_box_top.inc.php +++ b/templates/show_box_top.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_catalog_row.inc.php b/templates/show_catalog_row.inc.php index 000579d7..4b4adff4 100644 --- a/templates/show_catalog_row.inc.php +++ b/templates/show_catalog_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_catalogs.inc.php b/templates/show_catalogs.inc.php index 29c4d1ec..fb1f355a 100644 --- a/templates/show_catalogs.inc.php +++ b/templates/show_catalogs.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_clean_catalog.inc.php b/templates/show_clean_catalog.inc.php index 71d3f24a..86332d39 100644 --- a/templates/show_clean_catalog.inc.php +++ b/templates/show_clean_catalog.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php index 53bdd493..bccf51a6 100644 --- a/templates/show_confirmation.inc.php +++ b/templates/show_confirmation.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_create_democratic.inc.php b/templates/show_create_democratic.inc.php index 1ff6d698..ab29dfec 100644 --- a/templates/show_create_democratic.inc.php +++ b/templates/show_create_democratic.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_debug.inc.php b/templates/show_debug.inc.php index c1614133..aa762f73 100644 --- a/templates/show_debug.inc.php +++ b/templates/show_debug.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_democratic.inc.php b/templates/show_democratic.inc.php index bd8b22e7..ea3410d3 100644 --- a/templates/show_democratic.inc.php +++ b/templates/show_democratic.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_democratic_playlist.inc.php b/templates/show_democratic_playlist.inc.php index dee57b8f..0ca19025 100644 --- a/templates/show_democratic_playlist.inc.php +++ b/templates/show_democratic_playlist.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_denied.inc.php b/templates/show_denied.inc.php index 74afe4ef..8ee7a205 100644 --- a/templates/show_denied.inc.php +++ b/templates/show_denied.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_disabled_songs.inc.php b/templates/show_disabled_songs.inc.php index 84753006..e9607de7 100644 --- a/templates/show_disabled_songs.inc.php +++ b/templates/show_disabled_songs.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_duplicate.inc.php b/templates/show_duplicate.inc.php index d3251d8f..8dea3fc1 100644 --- a/templates/show_duplicate.inc.php +++ b/templates/show_duplicate.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_duplicates.inc.php b/templates/show_duplicates.inc.php index 96121f1c..acc5c209 100644 --- a/templates/show_duplicates.inc.php +++ b/templates/show_duplicates.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_dynamic.inc.php b/templates/show_dynamic.inc.php index a03ca11f..e5ddb452 100644 --- a/templates/show_dynamic.inc.php +++ b/templates/show_dynamic.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_edit_access.inc.php b/templates/show_edit_access.inc.php index 55f9a009..aafa20f4 100644 --- a/templates/show_edit_access.inc.php +++ b/templates/show_edit_access.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_edit_album.inc.php b/templates/show_edit_album.inc.php index 41e6ccb7..9578f095 100644 --- a/templates/show_edit_album.inc.php +++ b/templates/show_edit_album.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index 0bf77a85..8ccbdecd 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_edit_artist.inc.php b/templates/show_edit_artist.inc.php index 030466a2..506c3615 100644 --- a/templates/show_edit_artist.inc.php +++ b/templates/show_edit_artist.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_edit_artist_row.inc.php b/templates/show_edit_artist_row.inc.php index de4c16b2..25b5d2f3 100644 --- a/templates/show_edit_artist_row.inc.php +++ b/templates/show_edit_artist_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php index 697d1137..2615ee55 100644 --- a/templates/show_edit_catalog.inc.php +++ b/templates/show_edit_catalog.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_edit_live_stream_row.inc.php b/templates/show_edit_live_stream_row.inc.php index 48284165..5d92a032 100644 --- a/templates/show_edit_live_stream_row.inc.php +++ b/templates/show_edit_live_stream_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_edit_playlist_row.inc.php b/templates/show_edit_playlist_row.inc.php index 48933b5a..2f9c87b8 100644 --- a/templates/show_edit_playlist_row.inc.php +++ b/templates/show_edit_playlist_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_edit_playlist_song_row.inc.php b/templates/show_edit_playlist_song_row.inc.php index fec8c24a..6a07be07 100644 --- a/templates/show_edit_playlist_song_row.inc.php +++ b/templates/show_edit_playlist_song_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_edit_shout.inc.php b/templates/show_edit_shout.inc.php index f232484c..5e6c8ee0 100644 --- a/templates/show_edit_shout.inc.php +++ b/templates/show_edit_shout.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_edit_song.inc.php b/templates/show_edit_song.inc.php index 7bfc3ff9..c9317588 100644 --- a/templates/show_edit_song.inc.php +++ b/templates/show_edit_song.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_edit_song_row.inc.php b/templates/show_edit_song_row.inc.php index f8cdc36c..db57fe56 100644 --- a/templates/show_edit_song_row.inc.php +++ b/templates/show_edit_song_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_edit_user.inc.php b/templates/show_edit_user.inc.php index 5cd7f3dd..141d7751 100644 --- a/templates/show_edit_user.inc.php +++ b/templates/show_edit_user.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_export.inc.php b/templates/show_export.inc.php index 16ffc716..74f753aa 100644 --- a/templates/show_export.inc.php +++ b/templates/show_export.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_flag_row.inc.php b/templates/show_flag_row.inc.php index fc84053b..deb14d57 100644 --- a/templates/show_flag_row.inc.php +++ b/templates/show_flag_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php index 00324771..e6adb385 100644 --- a/templates/show_flagged.inc.php +++ b/templates/show_flagged.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2008 Ampache.org diff --git a/templates/show_gather_art.inc.php b/templates/show_gather_art.inc.php index 9003748b..7fa701ca 100644 --- a/templates/show_gather_art.inc.php +++ b/templates/show_gather_art.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_genre.inc.php b/templates/show_genre.inc.php index 5c00fc1b..b480d6c7 100644 --- a/templates/show_genre.inc.php +++ b/templates/show_genre.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_genres.inc.php b/templates/show_genres.inc.php index 10b0fb9d..fd7a6af7 100644 --- a/templates/show_genres.inc.php +++ b/templates/show_genres.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_get_albumart.inc.php b/templates/show_get_albumart.inc.php index a9cf2f37..976860a8 100644 --- a/templates/show_get_albumart.inc.php +++ b/templates/show_get_albumart.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_import_playlist.inc.php b/templates/show_import_playlist.inc.php index 35db5d4a..21d60379 100644 --- a/templates/show_import_playlist.inc.php +++ b/templates/show_import_playlist.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index e9ac789f..ea00693a 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_install.inc.php b/templates/show_install.inc.php index 5a41ab93..d3421f74 100644 --- a/templates/show_install.inc.php +++ b/templates/show_install.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index 4384b36c..15eb76f7 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_install_check.inc.php b/templates/show_install_check.inc.php index ba7ae9b3..16aee4cd 100644 --- a/templates/show_install_check.inc.php +++ b/templates/show_install_check.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index 7ddf22c0..cbfc7cfd 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_install_lang.inc.php b/templates/show_install_lang.inc.php index 624ce0ff..9fd10abc 100644 --- a/templates/show_install_lang.inc.php +++ b/templates/show_install_lang.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php index dd86c7cb..922884d9 100644 --- a/templates/show_ip_history.inc.php +++ b/templates/show_ip_history.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_live_stream.inc.php b/templates/show_live_stream.inc.php index b1630d44..8f049f5c 100644 --- a/templates/show_live_stream.inc.php +++ b/templates/show_live_stream.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_live_stream_row.inc.php b/templates/show_live_stream_row.inc.php index 170acf61..df6ec43c 100644 --- a/templates/show_live_stream_row.inc.php +++ b/templates/show_live_stream_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php index 6cbdd72d..16cdecf8 100644 --- a/templates/show_live_streams.inc.php +++ b/templates/show_live_streams.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_localplay_add_instance.inc.php b/templates/show_localplay_add_instance.inc.php index 68d83f22..6bc89962 100644 --- a/templates/show_localplay_add_instance.inc.php +++ b/templates/show_localplay_add_instance.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index 74bb8acf..677f3cd9 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_localplay_controllers.inc.php b/templates/show_localplay_controllers.inc.php index ba7b5fcb..dd4b90c4 100644 --- a/templates/show_localplay_controllers.inc.php +++ b/templates/show_localplay_controllers.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_localplay_edit_instance.inc.php b/templates/show_localplay_edit_instance.inc.php index 6f3f8d70..b8518b98 100644 --- a/templates/show_localplay_edit_instance.inc.php +++ b/templates/show_localplay_edit_instance.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_localplay_instances.inc.php b/templates/show_localplay_instances.inc.php index ea1ad542..2a9831a2 100644 --- a/templates/show_localplay_instances.inc.php +++ b/templates/show_localplay_instances.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_localplay_playlist.inc.php b/templates/show_localplay_playlist.inc.php index d59875c7..9459af3d 100644 --- a/templates/show_localplay_playlist.inc.php +++ b/templates/show_localplay_playlist.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_localplay_status.inc.php b/templates/show_localplay_status.inc.php index 567149cf..bb140602 100644 --- a/templates/show_localplay_status.inc.php +++ b/templates/show_localplay_status.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php index d9f89b74..b38cce8a 100644 --- a/templates/show_login_form.inc.php +++ b/templates/show_login_form.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org All Rights Reserved diff --git a/templates/show_lostpassword_form.inc.php b/templates/show_lostpassword_form.inc.php index 80d4758b..6599a412 100644 --- a/templates/show_lostpassword_form.inc.php +++ b/templates/show_lostpassword_form.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org All Rights Reserved diff --git a/templates/show_lyrics.inc.php b/templates/show_lyrics.inc.php index ed4cccc5..e8f71e7f 100644 --- a/templates/show_lyrics.inc.php +++ b/templates/show_lyrics.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_lyrics_song.inc.php b/templates/show_lyrics_song.inc.php index 4a6fc52a..e32b4776 100644 --- a/templates/show_lyrics_song.inc.php +++ b/templates/show_lyrics_song.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index b8fcf5ce..b656ce06 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_manage_catalogs.inc.php b/templates/show_manage_catalogs.inc.php index fb6b671f..b3850e72 100644 --- a/templates/show_manage_catalogs.inc.php +++ b/templates/show_manage_catalogs.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_manage_democratic.inc.php b/templates/show_manage_democratic.inc.php index 0d8bae95..b556d333 100644 --- a/templates/show_manage_democratic.inc.php +++ b/templates/show_manage_democratic.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_manage_shoutbox.inc.php b/templates/show_manage_shoutbox.inc.php index ec155203..178c02a9 100644 --- a/templates/show_manage_shoutbox.inc.php +++ b/templates/show_manage_shoutbox.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2008 Ampache.org diff --git a/templates/show_newest.inc.php b/templates/show_newest.inc.php index 1121d6b6..c85ea8ce 100644 --- a/templates/show_newest.inc.php +++ b/templates/show_newest.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php index b5fa60e8..6b06221d 100644 --- a/templates/show_now_playing.inc.php +++ b/templates/show_now_playing.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index bbc67541..ca4bc14a 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_object_rating.inc.php b/templates/show_object_rating.inc.php index 75ae6995..9d1ba585 100644 --- a/templates/show_object_rating.inc.php +++ b/templates/show_object_rating.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright 2001 - 2008 Ampache.org All Rights Reserved diff --git a/templates/show_object_rating_static.inc.php b/templates/show_object_rating_static.inc.php index 2c65ae54..3c2eb640 100644 --- a/templates/show_object_rating_static.inc.php +++ b/templates/show_object_rating_static.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright 2001 - 2007 Ampache.org All Rights Reserved diff --git a/templates/show_object_row.inc.php b/templates/show_object_row.inc.php index 989eb5d0..66f2f4c0 100644 --- a/templates/show_object_row.inc.php +++ b/templates/show_object_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php index 728c376f..ac65bc1c 100644 --- a/templates/show_objects.inc.php +++ b/templates/show_objects.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php index 96b4e9cd..a4e0eb8e 100644 --- a/templates/show_playlist.inc.php +++ b/templates/show_playlist.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org All rights reserved. diff --git a/templates/show_playlist_row.inc.php b/templates/show_playlist_row.inc.php index a6579a05..befe0e41 100644 --- a/templates/show_playlist_row.inc.php +++ b/templates/show_playlist_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_playlist_song_row.inc.php b/templates/show_playlist_song_row.inc.php index fd2641e3..6bb20367 100644 --- a/templates/show_playlist_song_row.inc.php +++ b/templates/show_playlist_song_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_playlist_songs.inc.php b/templates/show_playlist_songs.inc.php index 7ae2dd90..97e15ac3 100644 --- a/templates/show_playlist_songs.inc.php +++ b/templates/show_playlist_songs.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php index c8ef5bc7..047f09fd 100644 --- a/templates/show_playlists.inc.php +++ b/templates/show_playlists.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_playtype_switch.inc.php b/templates/show_playtype_switch.inc.php index 22d51784..66a50303 100644 --- a/templates/show_playtype_switch.inc.php +++ b/templates/show_playtype_switch.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_plugins.inc.php b/templates/show_plugins.inc.php index 6bc5cf26..7f3dec66 100644 --- a/templates/show_plugins.inc.php +++ b/templates/show_plugins.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_popular.inc.php b/templates/show_popular.inc.php index bb16e8e7..26b785d1 100644 --- a/templates/show_popular.inc.php +++ b/templates/show_popular.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_preference_admin.inc.php b/templates/show_preference_admin.inc.php index 311a8a41..2142188e 100644 --- a/templates/show_preference_admin.inc.php +++ b/templates/show_preference_admin.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_preference_box.inc.php b/templates/show_preference_box.inc.php index 1301df36..3237d927 100644 --- a/templates/show_preference_box.inc.php +++ b/templates/show_preference_box.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_preferences.inc.php b/templates/show_preferences.inc.php index c12a34bb..4e75dadc 100644 --- a/templates/show_preferences.inc.php +++ b/templates/show_preferences.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php index 9f70356a..9f733d4f 100644 --- a/templates/show_random.inc.php +++ b/templates/show_random.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php index 167e50b6..e0dc3bac 100644 --- a/templates/show_random_albums.inc.php +++ b/templates/show_random_albums.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_random_rules.inc.php b/templates/show_random_rules.inc.php index 4593ee82..b9951744 100644 --- a/templates/show_random_rules.inc.php +++ b/templates/show_random_rules.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_recently_played.inc.php b/templates/show_recently_played.inc.php index 089c474e..d1d59d68 100644 --- a/templates/show_recently_played.inc.php +++ b/templates/show_recently_played.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_registration_confirmation.inc.php b/templates/show_registration_confirmation.inc.php index 21b30c9a..ce060678 100644 --- a/templates/show_registration_confirmation.inc.php +++ b/templates/show_registration_confirmation.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2008 Ampache.org diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index 72a591ae..1247fe10 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_run_add_catalog.inc.php b/templates/show_run_add_catalog.inc.php index 65a79240..494dcfbb 100644 --- a/templates/show_run_add_catalog.inc.php +++ b/templates/show_run_add_catalog.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_search.inc.php b/templates/show_search.inc.php index c2c96d1e..4dfe3fcc 100644 --- a/templates/show_search.inc.php +++ b/templates/show_search.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_search_bar.inc.php b/templates/show_search_bar.inc.php index 69835896..4fb73309 100644 --- a/templates/show_search_bar.inc.php +++ b/templates/show_search_bar.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_search_descriptor.inc.php b/templates/show_search_descriptor.inc.php index 68a602d8..9b540ac5 100644 --- a/templates/show_search_descriptor.inc.php +++ b/templates/show_search_descriptor.inc.php @@ -1,4 +1,5 @@ <?php require_once 'lib/init.php'; ?>
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ <?php echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n"; ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Ampache</ShortName>
diff --git a/templates/show_search_options.inc.php b/templates/show_search_options.inc.php index 01be5a8f..7a8ce87f 100644 --- a/templates/show_search_options.inc.php +++ b/templates/show_search_options.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_shout_row.inc.php b/templates/show_shout_row.inc.php index f63ead4d..50ee7cc4 100644 --- a/templates/show_shout_row.inc.php +++ b/templates/show_shout_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_shoutbox.inc.php b/templates/show_shoutbox.inc.php index cdb53f03..85014e51 100644 --- a/templates/show_shoutbox.inc.php +++ b/templates/show_shoutbox.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index 4297928c..ab9dd9b7 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_song_row.inc.php b/templates/show_song_row.inc.php index ced97748..34074e95 100644 --- a/templates/show_song_row.inc.php +++ b/templates/show_song_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index 7760d212..371b862b 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_stats.inc.php b/templates/show_stats.inc.php index b490851d..f64febcb 100644 --- a/templates/show_stats.inc.php +++ b/templates/show_stats.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_stats_newest.inc.php b/templates/show_stats_newest.inc.php index 0bd0bb66..a4c7f523 100644 --- a/templates/show_stats_newest.inc.php +++ b/templates/show_stats_newest.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_stats_popular.inc.php b/templates/show_stats_popular.inc.php index 432f971f..14c2a30d 100644 --- a/templates/show_stats_popular.inc.php +++ b/templates/show_stats_popular.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_tagcloud.inc.php b/templates/show_tagcloud.inc.php index d629ea0e..25aabddf 100644 --- a/templates/show_tagcloud.inc.php +++ b/templates/show_tagcloud.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php index d4975082..17572e5d 100644 --- a/templates/show_test.inc.php +++ b/templates/show_test.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_test_config.inc.php b/templates/show_test_config.inc.php index 9c1807b0..1843f4eb 100644 --- a/templates/show_test_config.inc.php +++ b/templates/show_test_config.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_update_items.inc.php b/templates/show_update_items.inc.php index 25e879e5..e2cefa10 100644 --- a/templates/show_update_items.inc.php +++ b/templates/show_update_items.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index 0e9c2445..b126d6bd 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_user_activate.inc.php b/templates/show_user_activate.inc.php index c911c33b..184e363b 100644 --- a/templates/show_user_activate.inc.php +++ b/templates/show_user_activate.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_user_preferences.inc.php b/templates/show_user_preferences.inc.php index 66aa5eca..3efca35b 100644 --- a/templates/show_user_preferences.inc.php +++ b/templates/show_user_preferences.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_user_recommendations.inc.php b/templates/show_user_recommendations.inc.php index 76494e20..1d7531f1 100644 --- a/templates/show_user_recommendations.inc.php +++ b/templates/show_user_recommendations.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2006 Ampache.org diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index 03f6ee3c..0e2b7769 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_user_row.inc.php b/templates/show_user_row.inc.php index 42580e63..a1f6d2a5 100644 --- a/templates/show_user_row.inc.php +++ b/templates/show_user_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_user_stats.inc.php b/templates/show_user_stats.inc.php index 7b9d8e3e..5b5996c0 100644 --- a/templates/show_user_stats.inc.php +++ b/templates/show_user_stats.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org diff --git a/templates/show_users.inc.php b/templates/show_users.inc.php index 50aac95a..4685277a 100644 --- a/templates/show_users.inc.php +++ b/templates/show_users.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_verify_catalog.inc.php b/templates/show_verify_catalog.inc.php index f3986fc7..111cea97 100644 --- a/templates/show_verify_catalog.inc.php +++ b/templates/show_verify_catalog.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_video_row.inc.php b/templates/show_video_row.inc.php index 7323b531..463e2e48 100644 --- a/templates/show_video_row.inc.php +++ b/templates/show_video_row.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_videos.inc.php b/templates/show_videos.inc.php index ea85559a..e1d1e6da 100644 --- a/templates/show_videos.inc.php +++ b/templates/show_videos.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/show_xspf_player.inc.php b/templates/show_xspf_player.inc.php index 1ca54abd..95043247 100644 --- a/templates/show_xspf_player.inc.php +++ b/templates/show_xspf_player.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index bb63ee9e..a78c7e49 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/sidebar_admin.inc.php b/templates/sidebar_admin.inc.php index e2b4a955..3285af47 100644 --- a/templates/sidebar_admin.inc.php +++ b/templates/sidebar_admin.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 7bcd65af..41e74256 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/sidebar_localplay.inc.php b/templates/sidebar_localplay.inc.php index 95313f4e..9dc499c6 100644 --- a/templates/sidebar_localplay.inc.php +++ b/templates/sidebar_localplay.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/sidebar_modules.inc.php b/templates/sidebar_modules.inc.php index d0c40d33..ede8d1ce 100644 --- a/templates/sidebar_modules.inc.php +++ b/templates/sidebar_modules.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/sidebar_preferences.inc.php b/templates/sidebar_preferences.inc.php index cd6d37b7..16abe728 100644 --- a/templates/sidebar_preferences.inc.php +++ b/templates/sidebar_preferences.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org diff --git a/templates/subnavbar.inc.php b/templates/subnavbar.inc.php index 8c960fae..3618ef9c 100644 --- a/templates/subnavbar.inc.php +++ b/templates/subnavbar.inc.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) 2001 - 2007 Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright Ampache.org diff --git a/themes/classic/theme.cfg.php b/themes/classic/theme.cfg.php index 5d0cc1fe..a2bf6127 100644 --- a/themes/classic/theme.cfg.php +++ b/themes/classic/theme.cfg.php @@ -1,4 +1,5 @@ ;;;;;;;;;;;;;;;;;; +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ ;<?php exit(); ?>; ;;;;;;;;;;;;;;;;;; ; Copyright (c) 2001 - 2007 Ampache.org diff --git a/themes/greysme/theme.cfg.php b/themes/greysme/theme.cfg.php index 69fb1078..6eaa5b30 100644 --- a/themes/greysme/theme.cfg.php +++ b/themes/greysme/theme.cfg.php @@ -1,4 +1,5 @@ ;;;;;;;;;;;;;;;;;;
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ ;<?php exit(); ?>;
;;;;;;;;;;;;;;;;;;
; Copyright (c) 2001 - 2007 Ampache.org
diff --git a/themes/penguin/theme.cfg.php b/themes/penguin/theme.cfg.php index 838ce96e..c75f9d9f 100644 --- a/themes/penguin/theme.cfg.php +++ b/themes/penguin/theme.cfg.php @@ -1,4 +1,5 @@ ;;;;;;;;;;;;;;;;;;
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ ;<?php exit(); ?>;
;;;;;;;;;;;;;;;;;;
; Copyright (c) 2001 - 2007 Ampache.org
@@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /* Copyright (c) Ampache.org |