[Astrospaces-commits] SF.net SVN: astrospaces: [81] trunk/functions/captcha.php
Brought to you by:
p3net
From: <p3...@us...> - 2007-08-01 00:14:58
|
Revision: 81 http://astrospaces.svn.sourceforge.net/astrospaces/?rev=81&view=rev Author: p3net Date: 2007-07-31 17:15:01 -0700 (Tue, 31 Jul 2007) Log Message: ----------- I fail at life :( Modified Paths: -------------- trunk/functions/captcha.php Modified: trunk/functions/captcha.php =================================================================== --- trunk/functions/captcha.php 2007-07-31 06:36:53 UTC (rev 80) +++ trunk/functions/captcha.php 2007-08-01 00:15:01 UTC (rev 81) @@ -63,7 +63,7 @@ $i=0; while($i < 7) { - imagestring($cap, 31, 8*$i, 12*$1, $phrase[$i], $black); + imagestring($cap, 31, 8*$i, 12*$i, $phrase[$i], $black); $i++; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |