/[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.76, Sat May 30 17:06:26 2009 UTC revision 1.5.4.77, Sat May 30 17:06:37 2009 UTC
# Line 281  function dbscripts_dump($branch = 'devel Line 281  function dbscripts_dump($branch = 'devel
281    
282    // Move the dump files to the working space's last dump    // Move the dump files to the working space's last dump
283    if (file_exists($workspace_location) && exec("ls $workspace_location")) exec("rm -rf $workspace_location/*");    if (file_exists($workspace_location) && exec("ls $workspace_location")) exec("rm -rf $workspace_location/*");
284    exec("mkdir -p $workspace_location/data");    if (!file_exists($workspace_location)) exec("mkdir -p $workspace_location");
   exec("mkdir -p $workspace_location/tables");  
285    exec("mv $temp_location/* $workspace_location");    exec("mv $temp_location/* $workspace_location");
286    
287    // Fix the users table issue with conflicting timestamps    // Fix the users table issue with conflicting timestamps

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

  ViewVC Help
Powered by ViewVC 1.1.2