From 40a82ef84335a395a12fd4cc3400b746ca62df5f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 17 Jan 2003 22:20:38 +0000 Subject: [PATCH] typo --- tbl_move_copy.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_move_copy.php3 b/tbl_move_copy.php3 index f607fdd71..5cc750daa 100644 --- a/tbl_move_copy.php3 +++ b/tbl_move_copy.php3 @@ -34,7 +34,7 @@ require('./libraries/common.lib.php3'); /** * Defines the url to return to in case of error in a sql statement */ -$err_url = 'tbl_properties.ph3?' . PMA_generate_common_url($db, $table); +$err_url = 'tbl_properties.php3?' . PMA_generate_common_url($db, $table); /**