You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2014/12/22 18:37:08 UTC

svn commit: r1647358 - /tcl/rivet/trunk/rivet/rivet-tcl/redirect.tcl

Author: mxmanghi
Date: Mon Dec 22 17:37:07 2014
New Revision: 1647358

URL: http://svn.apache.org/r1647358
Log:
removing redundant scope specification in ::rivet::redirect

Modified:
    tcl/rivet/trunk/rivet/rivet-tcl/redirect.tcl

Modified: tcl/rivet/trunk/rivet/rivet-tcl/redirect.tcl
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/rivet/rivet-tcl/redirect.tcl?rev=1647358&r1=1647357&r2=1647358&view=diff
==============================================================================
--- tcl/rivet/trunk/rivet/rivet-tcl/redirect.tcl (original)
+++ tcl/rivet/trunk/rivet/rivet-tcl/redirect.tcl Mon Dec 22 17:37:07 2014
@@ -13,7 +13,7 @@
 
 namespace eval ::rivet {
 
-    proc ::rivet::redirect {url {permanent 0}} {
+    proc redirect {url {permanent 0}} {
 
         if {[::rivet::headers sent]} {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org