[evolvis-commits] r8598: Commit our changes... ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 16:46:46 CET 2011


Author: mirabilos
Date: 2011-02-24 16:46:46 +0100 (Thu, 24 Feb 2011)
New Revision: 8598

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/db-convert-to-unicode.pl
Log:
Commit our changes...


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/db-convert-to-unicode.pl
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/db-convert-to-unicode.pl	2011-02-24 15:46:45 UTC (rev 8597)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/db-convert-to-unicode.pl	2011-02-24 15:46:46 UTC (rev 8598)
@@ -261,8 +261,10 @@
     convert_column_to_charset ('plugins', 'plugin_name', $from, $to, 32) ;
     convert_column_to_charset ('plugins', 'plugin_desc', $from, $to, -1) ;
 
+    $dbh->commit ();
+
     debug "It seems your database conversion went well and smoothly.  That's cool." ;
-    debug "Please enjoy using Debian Sourceforge." ;
+    debug "Please enjoy using Gforge." ;
 
     # There should be a commit at the end of every block above.
     # If there is not, then it might be symptomatic of a problem.



More information about the evolvis-commits mailing list