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

[email protected] ("Steph Fox") Thu, 13 Jul 2006 03:32:59 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvssfox1152761579@cvsserver>
sfox		Thu Jul 13 03:32:59 2006 UTC

  Modified files:              
    /php-gtk-web/manual	add-note.php 
  Log:
  queue file wasn't fully generated (no table). Re-generating.
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/manual/add-note.php?r1=1.29&r2=1.30&diff_format=u
Index: php-gtk-web/manual/add-note.php
diff -u php-gtk-web/manual/add-note.php:1.29 php-gtk-web/manual/add-note.php:1.30
--- php-gtk-web/manual/add-note.php:1.29	Thu Jul 13 02:57:22 2006
+++ php-gtk-web/manual/add-note.php	Thu Jul 13 03:32:59 2006
@@ -82,6 +82,7 @@
 	$setid      = 0;
 	$rowid      = 0;
 	if (file_exists($last_id)) unlink($last_id);
+	if (file_exists($queuefile)) unlink($queuefile);
 
 	function force_shuffle($item, &$array) {
 		if (strlen($item) < 2) {