This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from d4a9c1c x2godbadmin: another fix... new 2f795e3 fix typo in x2godbadmin The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2goserver/sbin/x2godbadmin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 2f795e3c40d26a0d5fb2d00197d03119ef5f18ed Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 20 22:34:21 2014 +0200 fix typo in x2godbadmin --- x2goserver/sbin/x2godbadmin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goserver/sbin/x2godbadmin b/x2goserver/sbin/x2godbadmin index f91cafe..2202ba1 100755 --- a/x2goserver/sbin/x2godbadmin +++ b/x2goserver/sbin/x2godbadmin @@ -310,7 +310,7 @@ if ($updatedb) $update_views_n_rules = 1; }; - if ($update_views_n_rules) { + if ($update_views_n_rules) { print "UPDATING VIEW: sessions_view\n"; $sth_update=$dbh->prepare(" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git