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

Diff of /contributions/modules/advogato_import/advogato_import.module

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

revision 1.8, Tue Jul 29 15:02:09 2008 UTC revision 1.8.2.1, Tue Jul 29 17:33:29 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: advogato_import.module,v 1.7 2008/03/19 02:15:15 deekayen Exp $  // $Id: advogato_import.module,v 1.8 2008/07/29 15:02:09 deekayen Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 254  function advogato_import_cron() { Line 254  function advogato_import_cron() {
254            // node_submit() would probably be more "proper", but it calls            // node_submit() would probably be more "proper", but it calls
255            // drupal_set_message() on each execution, which can be messy            // drupal_set_message() on each execution, which can be messy
256            // on users' next page load with lots of imports.            // on users' next page load with lots of imports.
257            var_dump(node_save($node));            node_save($node);
258    
259            // node_submit() normally calls this            // node_submit() normally calls this
260            watchdog('content', t('%type: added %title.',            watchdog('content', t('%type: added %title.',

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.1

  ViewVC Help
Powered by ViewVC 1.1.2