Changeset 609776
- Timestamp:
- 10/08/2012 08:48:34 PM (13 years ago)
- Location:
- nextgen-public-uploader
- Files:
-
- 5 deleted
- 2 edited
- 7 copied
-
tags/1.7.1 (copied) (copied from nextgen-public-uploader/trunk)
-
tags/1.7.1/images (deleted)
-
tags/1.7.1/inc/class.npu_uploader.php (copied) (copied from nextgen-public-uploader/trunk/inc/class.npu_uploader.php) (2 diffs)
-
tags/1.7.1/inc/npu-upload.php (copied) (copied from nextgen-public-uploader/trunk/inc/npu-upload.php) (1 diff)
-
tags/1.7.1/nextgen-public-uploader.php (copied) (copied from nextgen-public-uploader/trunk/nextgen-public-uploader.php)
-
tags/1.7.1/readme.txt (copied) (copied from nextgen-public-uploader/trunk/readme.txt)
-
tags/1.7.1/screenshot-1.png (deleted)
-
tags/1.7.1/screenshot-2.png (deleted)
-
tags/1.7.1/screenshot-3.png (deleted)
-
tags/1.7.1/screenshot-4.png (deleted)
-
tags/1.7.1/tinymce/editor_plugin.js (copied) (copied from nextgen-public-uploader/trunk/tinymce/editor_plugin.js)
-
tags/1.7.1/tinymce/window.php (copied) (copied from nextgen-public-uploader/trunk/tinymce/window.php)
-
trunk/inc/class.npu_uploader.php (modified) (2 diffs)
-
trunk/inc/npu-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nextgen-public-uploader/tags/1.7.1/inc/class.npu_uploader.php
r608725 r609776 85 85 } 86 86 if (count($imageslist) > 0) { 87 if ( get_option('npu_exclude_select') == "Disabled") {87 if ( ! get_option('npu_exclude_select') ) { 88 88 $npu_exclude_id = 0; 89 89 } else { … … 169 169 } 170 170 if (count($imageslist) > 0) { 171 if ( get_option('npu_exclude_select') == "Disabled") {171 if ( ! get_option('npu_exclude_select') ) { 172 172 $npu_exclude_id = 0; 173 173 } else { -
nextgen-public-uploader/tags/1.7.1/inc/npu-upload.php
r608725 r609776 459 459 } 460 460 if (count($arrUpdateFields) > 0) { 461 if ( get_option('npu_exclude_select') == "Disabled") {461 if ( ! get_option('npu_exclude_select') ) { 462 462 $npu_exclude_id = 0; 463 463 } else { -
nextgen-public-uploader/trunk/inc/class.npu_uploader.php
r608725 r609776 85 85 } 86 86 if (count($imageslist) > 0) { 87 if ( get_option('npu_exclude_select') == "Disabled") {87 if ( ! get_option('npu_exclude_select') ) { 88 88 $npu_exclude_id = 0; 89 89 } else { … … 169 169 } 170 170 if (count($imageslist) > 0) { 171 if ( get_option('npu_exclude_select') == "Disabled") {171 if ( ! get_option('npu_exclude_select') ) { 172 172 $npu_exclude_id = 0; 173 173 } else { -
nextgen-public-uploader/trunk/inc/npu-upload.php
r608725 r609776 459 459 } 460 460 if (count($arrUpdateFields) > 0) { 461 if ( get_option('npu_exclude_select') == "Disabled") {461 if ( ! get_option('npu_exclude_select') ) { 462 462 $npu_exclude_id = 0; 463 463 } else {
Note: See TracChangeset
for help on using the changeset viewer.