[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-67-g619a267

X2Go dev team git-admin at x2go.org
Fri Oct 5 15:11:20 CEST 2012


The branch, master has been updated
       via  619a267ca99e024c2cbd940d51a694db823b20e6 (commit)
      from  2a683a36922943b7a3f9216d73f2eeddeb7fb8fe (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 619a267ca99e024c2cbd940d51a694db823b20e6
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Oct 5 15:11:18 2012 +0200

    fix function names in SQLite3.pm

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

Summary of changes:
 X2Go/Server/DB/SQLite3.pm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm
index c644cd2..6abdb82 100644
--- a/X2Go/Server/DB/SQLite3.pm
+++ b/X2Go/Server/DB/SQLite3.pm
@@ -108,7 +108,7 @@ sub dbsys_listsessionsroot
 	return @sessions;
 }
 
-sub listsessionsroot_all
+sub dbsys_listsessionsroot_all
 {
 	my $dbh = init_db();
 	check_root();
@@ -435,7 +435,7 @@ sub db_getagent
 	return $agent;
 }
 
-sub  db_getdisplay
+sub db_getdisplay
 {
 	my $dbh = init_db();
 	my $sid=shift or die "argument \"session_id\" missed";
@@ -485,7 +485,7 @@ sub db_listsessions
 	return @sessions;
 }
 
-sub listsessions_all
+sub db_listsessions_all
 {
 	my $dbh = init_db();
 	my @strings;


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