/[drupal]/contributions/modules/qb/qb.module
ViewVC logotype

Diff of /contributions/modules/qb/qb.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5, Tue Feb 17 20:46:18 2009 UTC revision 1.6, Thu Feb 19 05:28:21 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: qb.module,v 1.4 2009/02/03 21:32:17 vauxia Exp $  <?php // $Id: qb.module,v 1.5 2009/02/17 20:46:18 vauxia Exp $
2    
3  /**  /**
4   * @file   * @file
# Line 58  function qb_qbxml($elements, $root = arr Line 58  function qb_qbxml($elements, $root = arr
58    foreach ((array) $elements as $key => $element) {    foreach ((array) $elements as $key => $element) {
59      _qb_qbxml_node($qbxml, $key, $element, $start);      _qb_qbxml_node($qbxml, $key, $element, $start);
60    }    }
   watchdog('debug', htmlentities($qbxml->saveXML));  
61    return $qbxml->saveXML();    return $qbxml->saveXML();
62  }  }
63    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2