From 1df1e6b3c235d1a1d36cf4686b67e9c71c8afdfa Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 14 Jun 2007 16:52:26 +0000 Subject: [PATCH] last fix for bug #1729583 --- tbl_replace.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tbl_replace.php b/tbl_replace.php index e2e154d61..3cc0d218d 100644 --- a/tbl_replace.php +++ b/tbl_replace.php @@ -66,6 +66,7 @@ $goto_include = false; if (isset($_REQUEST['insert_rows']) && is_numeric($_REQUEST['insert_rows']) && $_REQUEST['insert_rows'] != $cfg['InsertRows']) { $cfg['InsertRows'] = $_REQUEST['insert_rows']; + $js_to_run = 'tbl_change.js'; require_once './libraries/header.inc.php'; require './tbl_change.php'; exit;