I&#39;ll give that a try but since all my other functions have been working as expected to date with that format I&#39;ll put it down as overkill.<br>Functions Doc: <a href="http://tldp.org/LDP/abs/html/functions.html">http://tldp.org/LDP/abs/html/functions.html</a><br>
<br>I&#39;ll give that a try to see if it&#39;s what is causing the strange behaviour.<br><br><div class="gmail_quote">On 21 December 2011 12:27, Laurence Southon <span dir="ltr">&lt;<a href="mailto:laurence@southon.uk.net">laurence@southon.uk.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 20/12/11 21:32, David Halliday wrote:<br>
&gt; function checkForDuplicateScript(){<br>
<br>
I don&#39;t know if it&#39;s the reason but that function declaration should be<br>
either:<br>
<br>
function checkForDuplicateScript { ... }<br>
<br>
or<br>
<br>
checkForDuplicateScript () { ... }<br>
<br>
Not the keyword &#39;function&#39; and &#39;()&#39; at the same time.<br>
<span class="HOEnZb"><font color="#888888"><br>
LS<br>
--<br>
Laurence Southon<br>
Tiger Computing, Bexley<br>
<a href="http://www.tiger-computing.co.uk" target="_blank">www.tiger-computing.co.uk</a><br>
<br>
_______________________________________________<br>
Kent mailing list<br>
<a href="mailto:Kent@mailman.lug.org.uk">Kent@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/kent" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/kent</a><br>
</font></span></blockquote></div><br>