db_query

Clearing cash so that a form re-freshes as if for the first time

  1. function string_fields_form($form, $pid) {
  2.  
  3.     // somewhere about here I ought to force this form to actually destroy any previous ideas it had of itself and start over

Fix for db_query results not as expected

  1. Sometimes it isn't good to work on code when you're half asleep... of course db_fetch_array only returns a single value because it only gets the next row.... back to sleep now.

Fix for db_query results not as expected

  1. Sometimes it isn't good to work on code when you're half asleep... of course db_fetch_array only returns a single value because it only gets the next row.... back to sleep now.

db_query results not as expected

  1. Why does this code
  2.  
  3. <?php
  4.     $query = "SELECT nid from {node} WHERE nid > 0";
  5.     $tmp_result = db_query($query);
  6.     $result = db_fetch_array($tmp_result);
  7.     dpm($result);
  8. ?>

Rebuilding content access permissions

  1. Rebuilding content access permissions
  2.  
  3. An error has occurred.
  4. Please continue to the error page
Syndicate content