[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- Add a 'real name' field where users can specify the name they want 2 -- used for author attribution or other places that real names matter. 3 4 ALTER TABLE user 5 ADD (user_real_name varchar(255) binary NOT NULL default '');
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |