0.7.13.2
This commit is contained in:
BIN
Tester.zip
BIN
Tester.zip
Binary file not shown.
BIN
Yuba.app.zip
BIN
Yuba.app.zip
Binary file not shown.
@@ -76,7 +76,7 @@ class ProgressBar {
|
|||||||
// Functions
|
// Functions
|
||||||
//////////////////////////////////////////
|
//////////////////////////////////////////
|
||||||
|
|
||||||
function reviseprefs($array) { // bad practice
|
function revise_prefs($array) { // bad practice
|
||||||
$prefs_file = "/Users/".get_current_user()."/Library/Preferences/org.profiteroles.Yuba.php";
|
$prefs_file = "/Users/".get_current_user()."/Library/Preferences/org.profiteroles.Yuba.php";
|
||||||
$p = unserialize(file_get_contents($prefs_file));
|
$p = unserialize(file_get_contents($prefs_file));
|
||||||
foreach ($array as $key => $value) { $p[$key] = "value"; }
|
foreach ($array as $key => $value) { $p[$key] = "value"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user