Everything is a Freaking DNS problem - codereview http://127.0.0.1:8080/blog/taxonomy/term/667/0 en default_value http://127.0.0.1:8080/blog/node/530 <p>Everybody who once spent 5 minutes debugging drupal forms will spot the difference..</p> <p><div class="geshifilter"><pre class="text geshifilter-text" style="font-family:monospace;"><ol><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal">$form['currency'] = array(</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#type' =&gt; 'textfield',</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#title' =&gt; t('currency'),</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#size' =&gt; 60,</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#maxlength' =&gt; 255,</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#default_value' =&gt; $dateset-&gt;currency,</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#description' =&gt;t('currency')</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal">);</div></li></ol></pre></div></p> <p>Looks an awfull lot like </p> <p><div class="geshifilter"><pre class="text geshifilter-text" style="font-family:monospace;"><ol><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal">$form['currency'] = array(</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#type' =&gt; 'textfield',</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#title' =&gt; t('currency'),</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#size' =&gt; 60,</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#maxlength' =&gt; 255,</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#value' =&gt; $dateset-&gt;currency,</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal"> '#description' =&gt;t('currency')</div></li><li style="font-family: monospace; font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal">);</div></li></ol></pre></div></p> <p>Only the second one isn't much use in a form :)</p> http://127.0.0.1:8080/blog/node/530#comments codereview drupal Sat, 15 Dec 2007 20:04:33 +0000 Kris Buytaert 530 at http://127.0.0.1:8080/blog