diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-01 00:52:30 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-01 00:52:30 +0100 |
commit | ebffb8ee2d1b8bcf72c6baa743b447007a6c7169 (patch) | |
tree | da4d362f551a14ad07ca017817061074ec428434 /includes/inc_video.php | |
parent | c556b64b944a103952ef2b0976063347c973c382 (diff) | |
download | istreamdev-ebffb8ee2d1b8bcf72c6baa743b447007a6c7169.tar.gz istreamdev-ebffb8ee2d1b8bcf72c6baa743b447007a6c7169.tar.bz2 |
Fixed typo
Diffstat (limited to 'includes/inc_video.php')
-rwxr-xr-x | includes/inc_video.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_video.php b/includes/inc_video.php index 399326c..8fc9208 100755 --- a/includes/inc_video.php +++ b/includes/inc_video.php @@ -73,7 +73,7 @@ if ($medianame_array[0]) print "<form name=\"$value\" id=\"$value\" method=\"post\" action=\"index.php\">"; print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"video\"/>"; print " <input name=\"mediapath\" type=\"hidden\" id=\"mediapath\" value=\"{$mediapath}\" />"; - print " <input name=\"subdir\" type=\"hidden\" id=\"subdir\" value=\"" . stripslashes($subdir) . stripslashes($value) . "\" />\r\n"; + print " <input name=\"subdir\" type=\"hidden\" id=\"subdir\" value=\"" .stripslashes($subdir) .stripslashes($value) ."\" />\r\n"; print "</form>\r\n"; break; } |