From af832a5a9018c7dcc2f24111d82049902269fc53 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 18 Oct 2006 01:38:47 +0000 Subject: merge from 3.0 branch till 1463. --- buildscripts/texbuilder/Page2Tex.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildscripts/texbuilder/Page2Tex.php') diff --git a/buildscripts/texbuilder/Page2Tex.php b/buildscripts/texbuilder/Page2Tex.php index 912fb82a..9c779a64 100644 --- a/buildscripts/texbuilder/Page2Tex.php +++ b/buildscripts/texbuilder/Page2Tex.php @@ -19,6 +19,7 @@ class Page2Tex function setCurrentPage($current) { + self::$header_count = self::$header_count+1000; $this->_current_page = $current; } @@ -261,9 +262,8 @@ class Page2Tex } - function set_header_id($content, $count) + function set_header_id($content) { - self::$header_count = $count*100; $content = preg_replace_callback('/

/', array($this,"h1"), $content); $content = preg_replace_callback('/

/', array($this,"h2"), $content); $content = preg_replace_callback('/

/', array($this,"h3"), $content); -- cgit v1.2.3