From ed1e608e1d78e7d5be27aacb5b8bc09ed4083c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 3 Aug 2001 14:02:29 +0000 Subject: [PATCH] Fixed a typo --- tbl_replace.php3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tbl_replace.php3 b/tbl_replace.php3 index 112459261..7992b037b 100755 --- a/tbl_replace.php3 +++ b/tbl_replace.php3 @@ -8,10 +8,11 @@ require('./grab_globals.inc.php3'); require('./lib.inc.php3'); + /** * Initializes some variables */ -// Defines the url to return in casse of success of the query +// Defines the url to return in case of success of the query if (isset($sql_query)) { $sql_query = urldecode($sql_query); }