[Rt-commit] r19426 - rt/3.8/trunk/bin
ruz at bestpractical.com
ruz at bestpractical.com
Mon May 4 16:54:33 EDT 2009
Author: ruz
Date: Mon May 4 16:54:33 2009
New Revision: 19426
Modified:
rt/3.8/trunk/bin/rt-crontool.in
Log:
* add required trailing ';'
Modified: rt/3.8/trunk/bin/rt-crontool.in
==============================================================================
--- rt/3.8/trunk/bin/rt-crontool.in (original)
+++ rt/3.8/trunk/bin/rt-crontool.in Mon May 4 16:54:33 2009
@@ -106,7 +106,7 @@
RT::LoadConfig();
# adjust logging to the screen according to options
-RT->Config->Set( LogToScreen => $log ) if $log
+RT->Config->Set( LogToScreen => $log ) if $log;
#Connect to the database and get RT::SystemUser and RT::Nobody loaded
RT::Init();
More information about the Rt-commit
mailing list