fixed a bug: when playlists were exported as SMIL, copies of the string 'INDCH'

were inserted into it instead of spaces
This commit is contained in:
fgerlits 2007-08-13 11:49:34 +00:00
parent 40d18a195d
commit aa4e9c52a6
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
<?php
require_once("StoredFile.php");
define("INDCH", " ");
/**
* Auxiliary class for GreenBox playlist editing methods.
*
@ -1687,4 +1689,4 @@ class PlaylistMetadataExport
}
}
?>
?>