bug 572127, fix included

This commit is contained in:
Marc Delisle
2002-06-21 19:08:06 +00:00
parent d5439e1110
commit 281aabe0fa
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ $Source$
* lang/czech* updates, thanks to Michal Cihar
* lang/greek updates, thanks to Kyriakos Xagoraris
* lang/norwegian updates, thanks to Sven-Erik Andersen
* tbl_properties_structure.php3, bug 572127: wrong back link, thanks
to "nobody"
2002-06-20 Robin Johnson <robbat2@users.sourceforge.net>
* tbl_qbe.php3: Using * for tables fields disables

View File

@@ -1,13 +1,12 @@
<?php
/* $Id$ */
/**
* Runs common work
*/
require('./tbl_properties_common.php3');
$err_url = 'tbl_properties_structure.php3' . $err_url;
$url_query .= '&amp;back=tbl_properties_structure.php3';
$url_query .= '&amp;goto=tbl_properties_structure.php3&amp;back=tbl_properties_structure.php3';
/**