<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Duplicated ID in gl_bank.php]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7062&amp;type=atom" />
	<updated>2017-10-24T06:46:26Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7062</id>
		<entry>
			<title type="html"><![CDATA[Re: Duplicated ID in gl_bank.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29173#p29173" />
			<content type="html"><![CDATA[<p>The <strong>function gl_options_controls</strong> is defined (but not used) differently in the following files (only the second one has the footer in it):<br /></p><div class="codebox"><pre><code>gl/includes/ui/gl_journal_ui.inc
gl/includes/ui/gl_bank_ui.inc</code></pre></div><p>The said function is called in the following files by including the respective file above:</p><div class="codebox"><pre><code>gl/gl_journal.php
gl/gl_bank.php</code></pre></div><br /><p>Let us first start naming global functions uniquely.<br />The said function may need to be fixed in the file <strong>gl/includes/ui/gl_bank_ui.inc</strong> and if the function is renamed for uniqueness, then the corresponding function call in <strong>gl/gl_bank.php</strong> too should be corrected.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-24T06:46:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29173#p29173</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Duplicated ID in gl_bank.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29171#p29171" />
			<content type="html"><![CDATA[<p>at line 404 in gl_bank.php calls function gl_options_controls() which calls div_start(&#039;footer&#039;) in gl_bank_ui.inc</p><p>This is makes 2 elements with same id = &#039;footer&#039; which would causes conflict.</p><p>does this need to change ?</p>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2017-10-24T06:00:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29171#p29171</id>
		</entry>
</feed>
