Changeset 2264090
- Timestamp:
- 03/19/2020 06:49:27 PM (6 years ago)
- Location:
- simple-ftp-directory-lister
- Files:
-
- 4 edited
-
tags/1.3/assets/sfdl-options.php (modified) (1 diff)
-
tags/1.3/simple-ftp-directory-lister.php (modified) (1 diff)
-
trunk/assets/sfdl-options.php (modified) (1 diff)
-
trunk/simple-ftp-directory-lister.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-ftp-directory-lister/tags/1.3/assets/sfdl-options.php
r2264087 r2264090 198 198 { 199 199 if (!isset($this->options['id_style'])) { 200 $this->options['id_style'] = 1;200 $this->options['id_style'] = 0; 201 201 } 202 202 printf( -
simple-ftp-directory-lister/tags/1.3/simple-ftp-directory-lister.php
r2264087 r2264090 134 134 $layout = $array_info_main['layout']; 135 135 } 136 elseif ($layout === " 0" OR $layout === "vertical") {137 $layout = " vertical";136 elseif ($layout === "1" OR $layout === "horizontal") { 137 $layout = "horizontal"; 138 138 } 139 139 else { 140 $layout = " horizontal";140 $layout = "vertical"; 141 141 } 142 142 -
simple-ftp-directory-lister/trunk/assets/sfdl-options.php
r2264087 r2264090 198 198 { 199 199 if (!isset($this->options['id_style'])) { 200 $this->options['id_style'] = 1;200 $this->options['id_style'] = 0; 201 201 } 202 202 printf( -
simple-ftp-directory-lister/trunk/simple-ftp-directory-lister.php
r2264087 r2264090 134 134 $layout = $array_info_main['layout']; 135 135 } 136 elseif ($layout === " 0" OR $layout === "vertical") {137 $layout = " vertical";136 elseif ($layout === "1" OR $layout === "horizontal") { 137 $layout = "horizontal"; 138 138 } 139 139 else { 140 $layout = " horizontal";140 $layout = "vertical"; 141 141 } 142 142
Note: See TracChangeset
for help on using the changeset viewer.