Commit in phpslash-dev/public_html on MAIN
profile.php +4 -1 1.2 -> 1.3
<pre class="comment">
fixes bug that didn't allow users to update their info if cache was on
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/public_html<br /></span>
<div class="fileheader"><big><b>profile.php</b></big> <small id="info">1.2 -> 1.3</small></div>
<pre class="diff"><small id="info">diff -u -r1.2 -r1.3
--- profile.php 15 May 2003 19:34:53 -0000 1.2
+++ profile.php 9 May 2005 02:22:34 -0000 1.3
@@ -1,5 +1,8 @@
</small></pre><pre class="diff" id="context"> <?php
</pre><pre class="diff" id="removed">-// $Id: profile.php,v 1.2 2003/05/15 19:34:53 joestewart Exp $
</pre><pre class="diff" id="added">+// $Id: profile.php,v 1.3 2005/05/09 02:22:34 lems1 Exp $
+
+// don't cache profile page
+$cachetimeout=-1;
</pre><pre class="diff" id="context">
require('config.php');
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|