Changing comments layout preparing for generated documentation with Phpdocumentor
[lhc/web/wiklou.git] / includes / UserUpdate.php
1 <?php
2 /**
3 * See deferred.doc
4 *
5 */
6
7 /**
8 *
9 */
10 class UserUpdate {
11 /**
12 *
13 */
14 function UserUpdate() { }
15
16 /**
17 *
18 */
19 function doUpdate() {
20 global $wgUser;
21 $wgUser->saveSettings();
22 }
23 }
24
25 ?>