LeftLogoLinkWindow; main.php links target

This commit is contained in:
Marc Delisle
2007-02-12 00:35:16 +00:00
parent 38b0199cb4
commit 2473c40186
155 changed files with 890 additions and 6626 deletions

View File

@@ -274,12 +274,12 @@ if ($is_insert && count($value_sets) > 0) {
unset($query_fields, $value_sets);
$message .= $GLOBALS['strInsertedRows'] . ' ';
$message = $GLOBALS['strInsertedRows'] . ' ';
} elseif (! empty($query)) {
$message .= $GLOBALS['strAffectedRows'] . ' ';
$message = $GLOBALS['strAffectedRows'] . ' ';
} else {
// No change -> move back to the calling script
$message .= $GLOBALS['strNoModification'];
$message = $GLOBALS['strNoModification'];
$js_to_run = 'functions.js';
$active_page = $goto_include;
require_once './libraries/header.inc.php';