Changeset 549
- Timestamp:
- 04/14/05 14:54:48 (8 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
wifidog/classes/Content/Langstring.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/ChangeLog
r548 r549 1 2005-04-14 Benoit Grégoire <bock@step.polymtl.ca> 2 * Content.php: Use full langstring interface by default; 3 1 4 2005-04-14 Benoit Grégoire <bock@step.polymtl.ca> 2 5 * Content.php: Fix db reference; -
trunk/wifidog-auth/wifidog/classes/Content/Langstring.php
r545 r549 123 123 @param num_nouveau Nombre de champ à afficher pour entrer de nouvelles chaîne en une seule opération 124 124 */ 125 function getAdminInterface($type_interface = ' SIMPLE', $num_nouveau = 1)125 function getAdminInterface($type_interface = 'LARGE', $num_nouveau = 1) 126 126 { 127 127 $html='';
