# HG changeset patch # User Ben Schmidt # Date 1288351556 -39600 # Node ID b9b60f3dd694e1a528b28a6224f0d74e0ed87c27 # Parent fc5892d8771604d9e1b888b9f0d6171ba7c4a96b Changes to indentation in php-admin and php-user diff -r fc5892d87716 -r b9b60f3dd694 contrib/web/php-admin/htdocs/edit.php diff -r fc5892d87716 -r b9b60f3dd694 contrib/web/php-admin/htdocs/save.php --- a/contrib/web/php-admin/htdocs/save.php Fri Oct 29 22:13:47 2010 +1100 +++ b/contrib/web/php-admin/htdocs/save.php Fri Oct 29 22:25:56 2010 +1100 @@ -42,9 +42,10 @@ if (!chmod($file, 0644)) die("Couldn't chmod ".$file); } - else + else { @unlink($file); } +} function mlmmj_string ($name, $nicename, $text) { @@ -68,8 +69,9 @@ if (!chmod($file, 0644)) die("Couldn't chmod ".$file); } - else + else { @unlink($file); + } }