mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
@@ -19,14 +19,11 @@
|
||||
*
|
||||
* @package e107_plugins
|
||||
* @subpackage alt_auth
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
define('LAN_AL_AUTH_01','Alt auth Settings changed');
|
||||
define('LAN_AL_AUTH_02','Alt auth extended user classes changed');
|
||||
define('LAN_AL_AUTH_03','Alt auth method settings changed');
|
||||
define('LAN_AL_AUTH_04','');
|
||||
define('LAN_AL_AUTH_05','');
|
||||
define('LAN_AL_AUTH_06','');
|
||||
define("LAN_AL_AUTH_01","Alt auth Settings changed");
|
||||
define("LAN_AL_AUTH_02","Alt auth extended user classes changed");
|
||||
define("LAN_AL_AUTH_03","Alt auth method settings changed");
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user