returns to tbl_properties.php3 rather than db_details.php3

This commit is contained in:
Loïc Chapeaux
2001-08-28 16:10:01 +00:00
parent 172baede1a
commit 94b56cfde3

View File

@@ -83,5 +83,5 @@ else {
/**
* Back to the calling script
*/
require('./db_details.php3');
require('./tbl_properties.php3');
?>