Skip to content

Commit 22c1224

Browse files
committed
Workspace->code
1 parent 4984ea7 commit 22c1224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/store_missing_funcs.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ function jsFunctionStore($function, $subcat, $function_homedir){
131131
}
132132
}
133133

134-
$function_homedir = "/home/kevin/workspace/plutonia-phpjs/functions";
135-
$unported_homedir = "/home/kevin/workspace/plutonia-phpjs/_unported";
134+
$function_homedir = "/home/kevin/code/plutonia-phpjs/functions";
135+
$unported_homedir = "/home/kevin/code/plutonia-phpjs/_unported";
136136

137137
$js_subcats = jsSubCats($function_homedir);
138138
// js subcats are leading, otherwise we would get an enormous amount of unportable functions (snmp, gd, etc)
@@ -147,4 +147,4 @@ function jsFunctionStore($function, $subcat, $function_homedir){
147147
jsFunctionStore($function, $subcat, $unported_homedir);
148148
}
149149
}
150-
?>
150+
?>

0 commit comments

Comments
 (0)