Changeset 1374

Show
Ignore:
Timestamp:
03/03/07 20:47:27 (2 years ago)
Author:
jm3
Message:

ugh, test commit to make sure the dev env isn't Fing this up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/import/ready-to-import.php

    r1372 r1374  
    2525                $link_xslt = get_root() . "/import/import-delicious.xsl"; 
    2626                $tag_xslt = get_root() . "/import/import-delicious-tags.xsl"; 
    27                 $cmd = "$bin/import-bookmarks.pl $dir/$file_name $parser $link_xslt $tag_xslt"; 
     27                $cmd = "$bin/import-bookmarks.pl $dir$file_name $parser $link_xslt $tag_xslt"; 
    2828 
    2929                $result = exec( $cmd ); 
     30                echo "<br>cmd:  <br>$cmd<br>"; 
     31                echo "<br>result:  <br>$result<br>"; 
    3032                if( preg_match( "/SUCCESS/", $result )) { 
    3133                        # extract whatever delimeter the perl used from the result XML: 
     
    7678 
    7779                } else { 
    78                         fatal( "$result : couldn't parse result of $bin/import-bookmarks.pl $dir/$file_name" ); 
     80                        fatal( "$result : couldn't parse result of $bin/import-bookmarks.pl $dir$file_name" ); 
    7981                } 
    8082