diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-03 10:07:39 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-03 10:07:39 +0900 |
commit | aee809f1dc53e618a719e22c43062d0657d9fa6a (patch) | |
tree | 39801dda141fe86f8472aa04f9b56cf65c913e0b /modules/localplay/mpd.controller.php | |
parent | f99643663c531a854aa0565ac46dcedcb06d8f62 (diff) | |
download | ampache-aee809f1dc53e618a719e22c43062d0657d9fa6a.tar.gz ampache-aee809f1dc53e618a719e22c43062d0657d9fa6a.tar.bz2 ampache-aee809f1dc53e618a719e22c43062d0657d9fa6a.zip |
header comment replace for phpdoc
Diffstat (limited to 'modules/localplay/mpd.controller.php')
-rw-r--r-- | modules/localplay/mpd.controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php index ce63dfb0..74d47f66 100644 --- a/modules/localplay/mpd.controller.php +++ b/modules/localplay/mpd.controller.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * AmpacheMpd Class * * PHP version 5 |