Public-domain · open source
OpenJurist

55 ILCS 5/7-1001

Continuation of prior law

P.A. 86-962.

The provisions of this Code, insofar as they are the same or substantially the same as those of any prior statute, shall be construed as a continuation of such prior statute and not as a new enactment, notwithstanding the repeal of the prior statute. If in any other statute reference is made to an Act of the General Assembly, or a Section of such an Act, which Act or Section is continued in this Code, such reference shall be held to refer to the Act or Section thereof so continued in this Code. In the case of any Section of the various laws of which this Code is comprised which is added or amended by another Act of this Eighty-sixth General Assembly, it is intended that such Section as added or amended be construed with this Code and be given effect as if it were made a part of this Code, notwithstanding the repeal of such law by this Code. In the case of any Section of the various laws of which this Code is composed which is repealed by another Act of this Eighty-sixth General Assembly, it is intended that such Section be rerepealed by this Code. Section 13 of "The County Home Act", approved April 11, 1967, as amended, (Ch. 34, par. 5373) and Section 24 of "An Act concerning county treasurers, in counties containing more than 150,000 inhabitants, and concerning public funds within their custody and control and the interest thereon, and to repeal all acts or part of acts in conflict therewith", approved June 29, 1915, as amended, (Ch. 36, par. 40) are determined to be obsolete and are repealed without being continued in this Code. In this Code, the caption of each Section is intended to be generally descriptive of the text of the Section. The caption is not a part of the text of the Section and is not intended to limit the meaning or application of the Section. In this Code, the reference at the end of each Section indicates its most recent source or sources in the Laws of Illinois. Such references are included for convenient reference and to indicate the source of the text being incorporated; however, they are not a part of the text of the Section. Nothing in this Code shall be construed to deny, limit or preempt the exercise of any power by a home rule unit, as defined in Section 6 of Article VII of the Illinois Constitution, where no such denial, limitation or preemption existed under the corresponding prior statute. Nothing in this Code shall be construed to create a State mandate, as defined in Section 3 of The State Mandates Act, where no such mandate existed under the corresponding prior statute. This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available = 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });

Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.