Parent Directory
|
Revision Log
|
Revision Graph
|
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 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |