[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-349-g80085fe

X2Go dev team git-admin at x2go.org
Tue Jan 7 15:55:52 CET 2014


The branch, master has been updated
       via  80085fe20087941b552abc54bed6fcae1eb50029 (commit)
      from  548b802f49f646ba42d29d565b95ef34e3550128 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 80085fe20087941b552abc54bed6fcae1eb50029
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jan 7 15:55:48 2014 +0100

    fix X2Go::Server::DB::PostgreSQL backend

-----------------------------------------------------------------------

Summary of changes:
 X2Go/Server/DB/PostgreSQL.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/X2Go/Server/DB/PostgreSQL.pm b/X2Go/Server/DB/PostgreSQL.pm
index dbe3eaa..e500791 100644
--- a/X2Go/Server/DB/PostgreSQL.pm
+++ b/X2Go/Server/DB/PostgreSQL.pm
@@ -37,7 +37,7 @@ use Sys::Syslog qw( :standard :macros );
 
 use X2Go::Log qw( loglevel );
 use X2Go::Config qw( get_sqlconfig );
-use X2Go::Utils qw( sanitizer );
+use X2Go::Utils qw( sanitizer system_capture_stdout_output );
 
 setlogmask( LOG_UPTO(loglevel()) );
 


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list