/[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.4.2.1, Wed Mar 19 02:17:56 2008 UTC revision 1.4.2.2, Tue Jul 29 17:35:02 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: advogato_import.module,v 1.4 2006/03/18 08:41:07 deekayen Exp $  // $Id: advogato_import.module,v 1.4.2.1 2008/03/19 02:17:56 deekayen Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 252  function advogato_import_cron() { Line 252  function advogato_import_cron() {
252            // node_submit() would probably be more "proper", but it calls            // node_submit() would probably be more "proper", but it calls
253            // drupal_set_message() on each execution, which can be messy            // drupal_set_message() on each execution, which can be messy
254            // on users' next page load with lots of imports.            // on users' next page load with lots of imports.
255            var_dump(node_save($node));            node_save($node);
256    
257            // node_submit() normally calls this            // node_submit() normally calls this
258            watchdog('content', t('%type: added %title.',            watchdog('content', t('%type: added %title.',

Legend:
Removed from v.1.4.2.1  
changed lines
  Added in v.1.4.2.2

  ViewVC Help
Powered by ViewVC 1.1.2