cvs: php-gtk-web /manual add-note.php

[email protected] ("Steph Fox") Thu, 13 Jul 2006 01:30:28 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvssfox1152754228@cvsserver>
sfox		Thu Jul 13 01:30:28 2006 UTC

  Modified files:              
    /php-gtk-web/manual	add-note.php 
  Log:
  It _looks_ like we've an empty id file up there?
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/manual/add-note.php?r1=1.26&r2=1.27&diff_format=u
Index: php-gtk-web/manual/add-note.php
diff -u php-gtk-web/manual/add-note.php:1.26 php-gtk-web/manual/add-note.php:1.27
--- php-gtk-web/manual/add-note.php:1.26	Wed Jul 12 22:52:45 2006
+++ php-gtk-web/manual/add-note.php	Thu Jul 13 01:30:28 2006
@@ -81,6 +81,7 @@
 	$estimate   = 0;
 	$setid      = 0;
 	$rowid      = 0;
+	if (file_exists($last_id)) unlink($last_id);
 
 	function force_shuffle($item, &$array) {
 		if (strlen($item) < 2) {