Commit: e5b48d2b6ecc3126062e706e72e1fbd3b71a647c Author: Sherif Ramadan <[email protected]> Tue, 16 Jul 2013 11:18:32 -0400 Parents: a686963406f1466666e5dda0dc848f36a6dcba97 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=e5b48d2b6ecc3126062e706e72e1fbd3b71a647c Log: Adding Levi to allow_mass_change list. Changed paths: M manage/user-notes.php Diff: diff --git a/manage/user-notes.php b/manage/user-notes.php index f05511d..f511589 100644 --- a/manage/user-notes.php +++ b/manage/user-notes.php @@ -842,7 +842,7 @@ function allow_mass_change($user) if (in_array( $user, array( - "vrana", "goba", "nlopess", "didou", "bjori", "philip", "bobby", "danbrown", "mgdm", "googleguy", + "vrana", "goba", "nlopess", "didou", "bjori", "philip", "bobby", "danbrown", "mgdm", "googleguy", "levim", ) ) ) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
