diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-27 13:16:29 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-27 13:16:29 +0000 |
| commit | d5bb4440bd30ceb6ac185611b8c69303e1f05537 (patch) | |
| tree | 621d8252a5dba43f52f7e249ba145629d073365d /js | |
| parent | 79b30a8cb8866f6eac389211bd0a04228b8f18cf (diff) | |
| download | webtrees-d5bb4440bd30ceb6ac185611b8c69303e1f05537.tar.gz webtrees-d5bb4440bd30ceb6ac185611b8c69303e1f05537.tar.bz2 webtrees-d5bb4440bd30ceb6ac185611b8c69303e1f05537.zip | |
#591232 Media - undefined variable, xref, SVN8658
Diffstat (limited to 'js')
| -rw-r--r-- | js/jw_player/flvVideo.php | 1 | ||||
| -rw-r--r-- | js/jw_player/wmvVideo.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/js/jw_player/flvVideo.php b/js/jw_player/flvVideo.php index 5ce109e8f3..db6c6c4e39 100644 --- a/js/jw_player/flvVideo.php +++ b/js/jw_player/flvVideo.php @@ -43,7 +43,6 @@ <?php
global $pid, $GEDCOM ;
global $flvVideo;
-// $flvVideo="../../".decrypt(safe_GET('flvVideo'));
$flvVideo=$_GET['flvVideo'];
$preview="";
// echo "<font color=white>".$flvVideo."</font>";
diff --git a/js/jw_player/wmvVideo.php b/js/jw_player/wmvVideo.php index 0a815522bb..2ba3400609 100644 --- a/js/jw_player/wmvVideo.php +++ b/js/jw_player/wmvVideo.php @@ -44,7 +44,6 @@ <?php
global $pid, $GEDCOM ;
global $wmvVideo;
-// $wmvVideo=decrypt(safe_GET('wmvVideo'));
$wmvVideo=$_GET['wmvVideo'];
?>
|
