diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-09-25 16:40:55 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-09-25 16:40:55 +0000 |
| commit | 5ea701661f5800d6c097d0928c1270c898ca67b0 (patch) | |
| tree | b96090732142e73222771f4d40d9a7f446b76c0e /medialist.php | |
| parent | eacf1977ba53c90678b44fc6347f4dcc959ff844 (diff) | |
| download | webtrees-5ea701661f5800d6c097d0928c1270c898ca67b0.tar.gz webtrees-5ea701661f5800d6c097d0928c1270c898ca67b0.tar.bz2 webtrees-5ea701661f5800d6c097d0928c1270c898ca67b0.zip | |
Tidy up whitespace/indents
Diffstat (limited to 'medialist.php')
| -rw-r--r-- | medialist.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/medialist.php b/medialist.php index ac891b3f6d..6a15c559d6 100644 --- a/medialist.php +++ b/medialist.php @@ -407,7 +407,7 @@ if ($search=="yes") { if ($show == "yes") { if (!empty($filtered_medialist)) { - $sortedMediaList = $filtered_medialist; // Default sort (by title) has already been done + $sortedMediaList = $filtered_medialist; // Default sort (by title) has already been done if ($sortby=='file') usort($sortedMediaList, 'filesort'); // Count the number of items in the medialist @@ -509,7 +509,6 @@ if ($show == "yes") { $imgwidth = $imgsize[0]+40; $imgheight = $imgsize[1]+150; $name = basename($media["TITL"]); -// $name1 = addslashes($media["TITL"]); $showFile = WT_USER_CAN_EDIT; if ($name=="") { //$showFile = false; @@ -731,4 +730,3 @@ echo "\n</div>\n"; } // ************************ END = 'Print the medialist array' ************************ print_footer(); -?> |
