|
From: mdw c. <myd...@li...> - 2003-04-02 13:50:39
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs
Modified Files:
comment.php save_news.php
Log Message:
correction d'un bug lorsque un membre poste un message
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/comment.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- comment.php 26 Dec 2002 13:46:56 -0000 1.23
+++ comment.php 2 Apr 2003 13:50:08 -0000 1.24
@@ -1,5 +1,7 @@
<?
+//poisson d'avril
+
/////////////////////////////////////////////////
// TIME INIT FOR PERF BENCH
list($usec, $sec) = explode(" ",microtime());
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/save_news.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- save_news.php 14 Feb 2003 08:31:13 -0000 1.4
+++ save_news.php 2 Apr 2003 13:50:08 -0000 1.5
@@ -95,6 +95,6 @@
$last_news = $DBH->lastid('news_seq');
}
-header("Location: comment.php?news=$last_news");
+header("Location: members.php");
?>
|