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

Diff of /contributions/modules/dbscripts/dbscripts.module

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

revision 1.5.4.75, Sat May 30 17:06:22 2009 UTC revision 1.5.4.76, Sat May 30 17:06:26 2009 UTC
# Line 1444  function dbscripts_raise_table_increment Line 1444  function dbscripts_raise_table_increment
1444    // Ensure tmp directory exists    // Ensure tmp directory exists
1445    if (!file_exists($temp_location)) {    if (!file_exists($temp_location)) {
1446       exec("mkdir -p $temp_location");       exec("mkdir -p $temp_location");
   } else {  
     exec("rm -rf $temp_location/*");  
1447    }    }
1448    
1449    // Check if the branch exists, otherwise fail    // Check if the branch exists, otherwise fail

Legend:
Removed from v.1.5.4.75  
changed lines
  Added in v.1.5.4.76

  ViewVC Help
Powered by ViewVC 1.1.2