Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1996)
+++ branches/2.8.x/CHANGELOG	(revision 1997)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+09 Nov-2013 Build 1997 Dietmar Woellbrink (Luisehahne)
+# /modules/droplets/droplets.functions.php::prepareDropletToFile   added missing forward droplet flag into description text
 09 Nov-2013 Build 1996 Dietmar Woellbrink (Luisehahne)
 # /framework/initialize.php::readConfiguration  missing constants setting solved
 07 Nov-2013 Build 1995 Manuela v.d.Decken(DarkViper)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1996)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1997)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1996');
+if(!defined('REVISION')) define('REVISION', '1997');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/modules/droplets/droplets.functions.php
===================================================================
--- branches/2.8.x/wb/modules/droplets/droplets.functions.php	(revision 1996)
+++ branches/2.8.x/wb/modules/droplets/droplets.functions.php	(revision 1997)
@@ -22,12 +22,11 @@
 	require_once(dirname(dirname(dirname(__FILE__))).'/framework/globalExceptionHandler.php');
 	throw new IllegalFileException();
 }
-
 /* -------------------------------------------------------- */
 
 function prepareDropletToFile($aDroplet) {
 	$retVal = '';
-	$sDescription = '//:'.($aDroplet['description']!='') ? $aDroplet['description']: 'Desription';
+	$sDescription = '//:'.(($aDroplet['description']!='') ? $aDroplet['description']: 'Desription');
 	$sComments = '';
 	$aComments = explode("\n",$aDroplet['comments']);
 	$sCode = '';
@@ -62,7 +61,6 @@
 				$retVal .= $sFileName.',';
 			}
 		}
-		
 	}
 	return $retVal;
 }
Index: branches/2.8.x/wb/modules/droplets
===================================================================
--- branches/2.8.x/wb/modules/droplets	(revision 1996)
+++ branches/2.8.x/wb/modules/droplets	(revision 1997)

Property changes on: branches/2.8.x/wb/modules/droplets
___________________________________________________________________
Deleted: svn:ignore
## -1 +0,0 ##
-backup-droplets.zip
