diff --git a/public_html/addon_view.php b/public_html/addon_view.php index 78c6705b..cb63c165 100644 --- a/public_html/addon_view.php +++ b/public_html/addon_view.php @@ -47,3 +47,4 @@ else { // Print template LSsession :: displayTemplate(); + diff --git a/public_html/conf/LSaddons/config.LSaddons.asterisk.php b/public_html/conf/LSaddons/config.LSaddons.asterisk.php index b927fe0c..31089e6e 100644 --- a/public_html/conf/LSaddons/config.LSaddons.asterisk.php +++ b/public_html/conf/LSaddons/config.LSaddons.asterisk.php @@ -31,4 +31,4 @@ define('LS_ASTERISK_HASH_PWD_FORMAT','%{uid}:sip.lsexample.com:%{clearPassword}' // Password attribute name to generate MD5 hashed asterisk password define('LS_ASTERISK_USERPASSWORD_ATTR','userPassword'); -?> + diff --git a/public_html/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php b/public_html/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php index 4729fc42..e6099edb 100644 --- a/public_html/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php +++ b/public_html/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php @@ -34,3 +34,4 @@ define('LS_EXPORTSEARCHRESULTASCSV_ENCLOSURE','"'); // CSV file escape character (available since PHP 5.5.4) define('LS_EXPORTSEARCHRESULTASCSV_ESCAPE_CHAR','\\'); + diff --git a/public_html/conf/LSaddons/config.LSaddons.ftp.php b/public_html/conf/LSaddons/config.LSaddons.ftp.php index 89a04fce..9dbc93ad 100644 --- a/public_html/conf/LSaddons/config.LSaddons.ftp.php +++ b/public_html/conf/LSaddons/config.LSaddons.ftp.php @@ -29,4 +29,3 @@ // Pear :: NET_FTP define('NET_FTP','/usr/share/php/Net/FTP.php'); -?> diff --git a/public_html/conf/LSaddons/config.LSaddons.mail.php b/public_html/conf/LSaddons/config.LSaddons.mail.php index b1956ea0..88bbfd6f 100644 --- a/public_html/conf/LSaddons/config.LSaddons.mail.php +++ b/public_html/conf/LSaddons/config.LSaddons.mail.php @@ -81,4 +81,3 @@ $MAIL_HEARDERS = array( "format" => "flowed" ); -?> diff --git a/public_html/conf/LSaddons/config.LSaddons.maildir.php b/public_html/conf/LSaddons/config.LSaddons.maildir.php index 10fa1ab3..42b775ff 100644 --- a/public_html/conf/LSaddons/config.LSaddons.maildir.php +++ b/public_html/conf/LSaddons/config.LSaddons.maildir.php @@ -46,3 +46,4 @@ define('LS_MAILDIR_FTP_MAILDIR_PATH_REGEX','/^\/home\/vmail\/([^\/]+)\/$/'); // Serveur FTP - Maildir CHMOD define('LS_MAILDIR_FTP_MAILDIR_CHMOD','700'); + diff --git a/public_html/conf/LSaddons/config.LSaddons.phpldapadmin.php b/public_html/conf/LSaddons/config.LSaddons.phpldapadmin.php index c4b0c99a..3886a334 100644 --- a/public_html/conf/LSaddons/config.LSaddons.phpldapadmin.php +++ b/public_html/conf/LSaddons/config.LSaddons.phpldapadmin.php @@ -22,3 +22,4 @@ // PhpLdapAdmin View Object URL format define('LS_PHPLDAPADMIN_VIEW_OBJECT_URL_FORMAT','//'.$_SERVER['SERVER_NAME'].'/phpldapadmin/cmd.php?cmd=template_engine&server_id=0&dn=%{dn}'); + diff --git a/public_html/conf/LSaddons/config.LSaddons.posix.php b/public_html/conf/LSaddons/config.LSaddons.posix.php index 938281d7..6035aa23 100644 --- a/public_html/conf/LSaddons/config.LSaddons.posix.php +++ b/public_html/conf/LSaddons/config.LSaddons.posix.php @@ -62,4 +62,3 @@ define('LS_POSIX_HOMEDIRECTORY_FTP_PATH','%{homeDirectory}'); // Pattern to transform user DN to uid define('LS_POSIX_DN_TO_UID_PATTERN','/^'.LS_POSIX_UID_ATTR.'=([^,]*),.*$/'); -?> diff --git a/public_html/conf/LSaddons/config.LSaddons.samba.php b/public_html/conf/LSaddons/config.LSaddons.samba.php index 6dc9d60c..4141707a 100644 --- a/public_html/conf/LSaddons/config.LSaddons.samba.php +++ b/public_html/conf/LSaddons/config.LSaddons.samba.php @@ -61,4 +61,3 @@ define('LS_SAMBA_HOME_PATH_FORMAT','\\SERVER\%{uid}'); // Format du chemin du profile define('LS_SAMBA_PROFILE_PATH_FORMAT','\\SERVER\profiles\%{uid}'); -?> diff --git a/public_html/conf/LSaddons/config.LSaddons.supann.php b/public_html/conf/LSaddons/config.LSaddons.supann.php index 6f222baa..7576196a 100644 --- a/public_html/conf/LSaddons/config.LSaddons.supann.php +++ b/public_html/conf/LSaddons/config.LSaddons.supann.php @@ -2174,3 +2174,4 @@ $GLOBALS['supannNomenclatures'] = array ( ), ), ); + diff --git a/public_html/conf/LSauth/config.LSauthMethod_CAS.php b/public_html/conf/LSauth/config.LSauthMethod_CAS.php index f923ae38..0f957fb2 100644 --- a/public_html/conf/LSauth/config.LSauthMethod_CAS.php +++ b/public_html/conf/LSauth/config.LSauthMethod_CAS.php @@ -61,4 +61,3 @@ define('LSAUTH_CAS_SERVER_NO_SSL_VALIDATION',false); // error on ticket validation. Possibles values : 2 or 3 //define('LSAUTH_CAS_CURL_SSLVERION',3); -?> diff --git a/public_html/conf/LSauth/config.LSauthMethod_HTTP.php b/public_html/conf/LSauth/config.LSauthMethod_HTTP.php index 815647b6..29540675 100644 --- a/public_html/conf/LSauth/config.LSauthMethod_HTTP.php +++ b/public_html/conf/LSauth/config.LSauthMethod_HTTP.php @@ -46,3 +46,4 @@ * RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] */ //define('LSAUTHMETHOD_HTTP_METHOD', 'PHP_PASS'); + diff --git a/public_html/conf/LSauth/config.LSauthMethod_anonymous.php b/public_html/conf/LSauth/config.LSauthMethod_anonymous.php index 473726c7..173dd682 100644 --- a/public_html/conf/LSauth/config.LSauthMethod_anonymous.php +++ b/public_html/conf/LSauth/config.LSauthMethod_anonymous.php @@ -32,4 +32,3 @@ define('LSAUTHMETHOD_ANONYMOUS_USER','ls'); // Disable logout define('LSAUTHMETHOD_ANONYMOUS_DISABLE_LOGOUT',False); -?> diff --git a/public_html/conf/LSobjects/config.LSobjects.LScompany.php b/public_html/conf/LSobjects/config.LSobjects.LScompany.php index 3261098d..0c60dfc5 100644 --- a/public_html/conf/LSobjects/config.LSobjects.LScompany.php +++ b/public_html/conf/LSobjects/config.LSobjects.LScompany.php @@ -103,4 +103,4 @@ $GLOBALS['LSobjects']['LScompany'] = array ( /* ----------- end -----------*/ ) ); -?> + diff --git a/public_html/conf/LSobjects/config.LSobjects.LSgroup.php b/public_html/conf/LSobjects/config.LSobjects.LSgroup.php index 2c630218..9908b143 100644 --- a/public_html/conf/LSobjects/config.LSobjects.LSgroup.php +++ b/public_html/conf/LSobjects/config.LSobjects.LSgroup.php @@ -181,4 +181,4 @@ $GLOBALS['LSobjects']['LSgroup'] = array ( ) ); -?> + diff --git a/public_html/conf/LSobjects/config.LSobjects.LSpeople.php b/public_html/conf/LSobjects/config.LSobjects.LSpeople.php index d4ecdc2b..8cb1ddd0 100644 --- a/public_html/conf/LSobjects/config.LSobjects.LSpeople.php +++ b/public_html/conf/LSobjects/config.LSobjects.LSpeople.php @@ -713,4 +713,4 @@ $GLOBALS['LSobjects']['LSpeople'] = array ( ) // Fin args ); -?> + diff --git a/public_html/conf/config.LSaddons.php b/public_html/conf/config.LSaddons.php index a161c6a3..d358c65c 100644 --- a/public_html/conf/config.LSaddons.php +++ b/public_html/conf/config.LSaddons.php @@ -27,4 +27,3 @@ $GLOBALS['LSaddons']['loads'] = array ( 'maildir' ); -?> diff --git a/public_html/conf/config.inc.php b/public_html/conf/config.inc.php index f21eef19..ff271d36 100644 --- a/public_html/conf/config.inc.php +++ b/public_html/conf/config.inc.php @@ -205,3 +205,4 @@ $GLOBALS['defaultJSscipts']=array( // CSS $GLOBALS['defaultCSSfiles']=array('../light-blue.css'); + diff --git a/public_html/core.php b/public_html/core.php index 67405632..4a9beb09 100644 --- a/public_html/core.php +++ b/public_html/core.php @@ -48,4 +48,3 @@ require_once LS_INCLUDE_DIR.'functions.php'; require_once LS_CLASS_DIR.'class.LSsession.php'; -?> diff --git a/public_html/create.php b/public_html/create.php index 046520aa..afd6b8fe 100644 --- a/public_html/create.php +++ b/public_html/create.php @@ -138,3 +138,4 @@ else { LSsession :: setTemplate('login.tpl'); } LSsession :: displayTemplate(); + diff --git a/public_html/custom_action.php b/public_html/custom_action.php index bf9870f0..e5dafe12 100644 --- a/public_html/custom_action.php +++ b/public_html/custom_action.php @@ -111,4 +111,4 @@ else { // Affichage des retours d'erreurs LSsession :: displayTemplate(); -?> + diff --git a/public_html/custom_search_action.php b/public_html/custom_search_action.php index 0f4cdd4d..886f730d 100644 --- a/public_html/custom_search_action.php +++ b/public_html/custom_search_action.php @@ -97,4 +97,4 @@ else { // Affichage des retours d'erreurs LSsession :: displayTemplate(); -?> + diff --git a/public_html/import.php b/public_html/import.php index 70615ba3..09205273 100644 --- a/public_html/import.php +++ b/public_html/import.php @@ -82,3 +82,4 @@ else { LSsession :: setTemplate('login.tpl'); } LSsession :: displayTemplate(); + diff --git a/public_html/includes/addons/LSaddons.asterisk.php b/public_html/includes/addons/LSaddons.asterisk.php index eaff041b..7e598874 100644 --- a/public_html/includes/addons/LSaddons.asterisk.php +++ b/public_html/includes/addons/LSaddons.asterisk.php @@ -111,5 +111,4 @@ LSerror :: defineError('ASTERISK_03', } return hashAsteriskPassword($ldapObject,(string)$password); } - - + diff --git a/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php b/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php index 25d491df..386b23d5 100644 --- a/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php +++ b/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php @@ -152,3 +152,4 @@ LSerror :: defineError('LS_EXPORTSEARCHRESULTASCSV_03', } return (fputcsv($csv, $row, LS_EXPORTSEARCHRESULTASCSV_DELIMITER, LS_EXPORTSEARCHRESULTASCSV_ENCLOSURE, LS_EXPORTSEARCHRESULTASCSV_ESCAPE_CHAR) !== false); } + diff --git a/public_html/includes/addons/LSaddons.ftp.php b/public_html/includes/addons/LSaddons.ftp.php index 1b75bb57..c02d5052 100644 --- a/public_html/includes/addons/LSaddons.ftp.php +++ b/public_html/includes/addons/LSaddons.ftp.php @@ -221,3 +221,4 @@ LSerror :: defineError('FTP_05', } return true; } + diff --git a/public_html/includes/addons/LSaddons.mail.php b/public_html/includes/addons/LSaddons.mail.php index b7848194..eda7c401 100644 --- a/public_html/includes/addons/LSaddons.mail.php +++ b/public_html/includes/addons/LSaddons.mail.php @@ -100,4 +100,4 @@ LSerror :: defineError('MAIL_01', } return true; } -?> + diff --git a/public_html/includes/addons/LSaddons.maildir.php b/public_html/includes/addons/LSaddons.maildir.php index b099c179..a99ce27d 100644 --- a/public_html/includes/addons/LSaddons.maildir.php +++ b/public_html/includes/addons/LSaddons.maildir.php @@ -178,4 +178,5 @@ $retval=true; return; } return true; - } + } + diff --git a/public_html/includes/addons/LSaddons.phpldapadmin.php b/public_html/includes/addons/LSaddons.phpldapadmin.php index 68b9d0f2..fd7b7940 100644 --- a/public_html/includes/addons/LSaddons.phpldapadmin.php +++ b/public_html/includes/addons/LSaddons.phpldapadmin.php @@ -64,3 +64,4 @@ function redirectToPhpLdapAdmin(&$ldapObject) { LSsession::redirect($url); return true; } + diff --git a/public_html/includes/addons/LSaddons.samba.php b/public_html/includes/addons/LSaddons.samba.php index dd662f7b..3bd0748b 100644 --- a/public_html/includes/addons/LSaddons.samba.php +++ b/public_html/includes/addons/LSaddons.samba.php @@ -410,4 +410,4 @@ define('LS_SAMBA_INFINITY_TIME',2147483647); function generate_sambaKickoffTime_from_shadowExpire($ldapObject) { return generate_timestamp_from_shadowExpire($ldapObject); } -?> + diff --git a/public_html/includes/class/class.LSattr_html.php b/public_html/includes/class/class.LSattr_html.php index d0d1932f..bc273bf2 100644 --- a/public_html/includes/class/class.LSattr_html.php +++ b/public_html/includes/class/class.LSattr_html.php @@ -137,4 +137,3 @@ LSerror :: defineError('LSattr_html_03', _("LSattr_html_%{type} : Multiple data are not supported for this field type.") ); -?> diff --git a/public_html/includes/class/class.LSattr_html_boolean.php b/public_html/includes/class/class.LSattr_html_boolean.php index 9f9bb694..513adb41 100644 --- a/public_html/includes/class/class.LSattr_html_boolean.php +++ b/public_html/includes/class/class.LSattr_html_boolean.php @@ -31,4 +31,3 @@ class LSattr_html_boolean extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_date.php b/public_html/includes/class/class.LSattr_html_date.php index a11dbefe..24ce5f16 100644 --- a/public_html/includes/class/class.LSattr_html_date.php +++ b/public_html/includes/class/class.LSattr_html_date.php @@ -45,3 +45,4 @@ class LSattr_html_date extends LSattr_html { } } + diff --git a/public_html/includes/class/class.LSattr_html_image.php b/public_html/includes/class/class.LSattr_html_image.php index 11c31cca..1c9e48bf 100644 --- a/public_html/includes/class/class.LSattr_html_image.php +++ b/public_html/includes/class/class.LSattr_html_image.php @@ -60,4 +60,3 @@ class LSattr_html_image extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_jsonCompositeAttribute.php b/public_html/includes/class/class.LSattr_html_jsonCompositeAttribute.php index 82e26ebb..6166abb1 100644 --- a/public_html/includes/class/class.LSattr_html_jsonCompositeAttribute.php +++ b/public_html/includes/class/class.LSattr_html_jsonCompositeAttribute.php @@ -30,3 +30,4 @@ class LSattr_html_jsonCompositeAttribute extends LSattr_html { var $LSformElement_type = 'jsonCompositeAttribute'; } + diff --git a/public_html/includes/class/class.LSattr_html_labeledValue.php b/public_html/includes/class/class.LSattr_html_labeledValue.php index a0b36e76..ecdb0f81 100644 --- a/public_html/includes/class/class.LSattr_html_labeledValue.php +++ b/public_html/includes/class/class.LSattr_html_labeledValue.php @@ -30,3 +30,4 @@ class LSattr_html_labeledValue extends LSattr_html { var $LSformElement_type = 'labeledValue'; } + diff --git a/public_html/includes/class/class.LSattr_html_mail.php b/public_html/includes/class/class.LSattr_html_mail.php index 5da984a7..43b23ca4 100644 --- a/public_html/includes/class/class.LSattr_html_mail.php +++ b/public_html/includes/class/class.LSattr_html_mail.php @@ -31,4 +31,3 @@ class LSattr_html_mail extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_mailQuota.php b/public_html/includes/class/class.LSattr_html_mailQuota.php index c8423564..f6d85f59 100644 --- a/public_html/includes/class/class.LSattr_html_mailQuota.php +++ b/public_html/includes/class/class.LSattr_html_mailQuota.php @@ -31,4 +31,3 @@ class LSattr_html_mailQuota extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_maildir.php b/public_html/includes/class/class.LSattr_html_maildir.php index a004d08b..1deaa7f5 100644 --- a/public_html/includes/class/class.LSattr_html_maildir.php +++ b/public_html/includes/class/class.LSattr_html_maildir.php @@ -132,4 +132,3 @@ class LSattr_html_maildir extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_password.php b/public_html/includes/class/class.LSattr_html_password.php index 2a23194c..c260efc5 100644 --- a/public_html/includes/class/class.LSattr_html_password.php +++ b/public_html/includes/class/class.LSattr_html_password.php @@ -60,4 +60,3 @@ class LSattr_html_password extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_postaladdress.php b/public_html/includes/class/class.LSattr_html_postaladdress.php index 208efe0c..ef8c12c7 100644 --- a/public_html/includes/class/class.LSattr_html_postaladdress.php +++ b/public_html/includes/class/class.LSattr_html_postaladdress.php @@ -33,4 +33,3 @@ class LSattr_html_postaladdress extends LSattr_html_textarea { } -?> diff --git a/public_html/includes/class/class.LSattr_html_pre.php b/public_html/includes/class/class.LSattr_html_pre.php index b9d8683c..378b7a9e 100644 --- a/public_html/includes/class/class.LSattr_html_pre.php +++ b/public_html/includes/class/class.LSattr_html_pre.php @@ -33,4 +33,3 @@ class LSattr_html_pre extends LSattr_html_textarea { } -?> diff --git a/public_html/includes/class/class.LSattr_html_quota.php b/public_html/includes/class/class.LSattr_html_quota.php index 195907e5..c1c6e540 100644 --- a/public_html/includes/class/class.LSattr_html_quota.php +++ b/public_html/includes/class/class.LSattr_html_quota.php @@ -31,4 +31,3 @@ class LSattr_html_quota extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_rss.php b/public_html/includes/class/class.LSattr_html_rss.php index 924ea0cb..e5bdc0f6 100644 --- a/public_html/includes/class/class.LSattr_html_rss.php +++ b/public_html/includes/class/class.LSattr_html_rss.php @@ -31,4 +31,3 @@ class LSattr_html_rss extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_select_box.php b/public_html/includes/class/class.LSattr_html_select_box.php index bd295ae5..f8d9109a 100644 --- a/public_html/includes/class/class.LSattr_html_select_box.php +++ b/public_html/includes/class/class.LSattr_html_select_box.php @@ -36,3 +36,4 @@ class LSattr_html_select_box extends LSattr_html_select_list { var $LSformElement_type = 'select_box'; } + diff --git a/public_html/includes/class/class.LSattr_html_select_list.php b/public_html/includes/class/class.LSattr_html_select_list.php index 68eb9833..4371c451 100644 --- a/public_html/includes/class/class.LSattr_html_select_list.php +++ b/public_html/includes/class/class.LSattr_html_select_list.php @@ -403,3 +403,4 @@ _("LSattr_html_select_list : Fail to decode the following attribute %{attr} valu LSerror :: defineError('LSattr_html_select_list_05', _("LSattr_html_select_list : No component %{component} found in the following attribute %{attr} JSON value : %{value}") ); + diff --git a/public_html/includes/class/class.LSattr_html_select_object.php b/public_html/includes/class/class.LSattr_html_select_object.php index 148b327a..b7eb2534 100644 --- a/public_html/includes/class/class.LSattr_html_select_object.php +++ b/public_html/includes/class/class.LSattr_html_select_object.php @@ -243,4 +243,3 @@ LSerror :: defineError('LSattr_html_select_object_03', _("LSattr_html_select_object : more than one object returned corresponding to value %{val} of attribute %{attr}.") ); -?> diff --git a/public_html/includes/class/class.LSattr_html_ssh_key.php b/public_html/includes/class/class.LSattr_html_ssh_key.php index 56b3cbeb..3dfc0215 100644 --- a/public_html/includes/class/class.LSattr_html_ssh_key.php +++ b/public_html/includes/class/class.LSattr_html_ssh_key.php @@ -31,4 +31,3 @@ class LSattr_html_ssh_key extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_supannActivite.php b/public_html/includes/class/class.LSattr_html_supannActivite.php index 04c652a5..16e71ec2 100644 --- a/public_html/includes/class/class.LSattr_html_supannActivite.php +++ b/public_html/includes/class/class.LSattr_html_supannActivite.php @@ -31,4 +31,3 @@ class LSattr_html_supannActivite extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_supannEmpCorps.php b/public_html/includes/class/class.LSattr_html_supannEmpCorps.php index 93f26afe..33a6f990 100644 --- a/public_html/includes/class/class.LSattr_html_supannEmpCorps.php +++ b/public_html/includes/class/class.LSattr_html_supannEmpCorps.php @@ -31,4 +31,3 @@ class LSattr_html_supannEmpCorps extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_supannEtablissement.php b/public_html/includes/class/class.LSattr_html_supannEtablissement.php index 1ad90065..b25191be 100644 --- a/public_html/includes/class/class.LSattr_html_supannEtablissement.php +++ b/public_html/includes/class/class.LSattr_html_supannEtablissement.php @@ -31,4 +31,3 @@ class LSattr_html_supannEtablissement extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_supannEtuInscription.php b/public_html/includes/class/class.LSattr_html_supannEtuInscription.php index 21eca668..bd37d0b3 100644 --- a/public_html/includes/class/class.LSattr_html_supannEtuInscription.php +++ b/public_html/includes/class/class.LSattr_html_supannEtuInscription.php @@ -30,3 +30,4 @@ class LSattr_html_supannEtuInscription extends LSattr_html { var $LSformElement_type = 'supannEtuInscription'; } + diff --git a/public_html/includes/class/class.LSattr_html_supannLabeledValue.php b/public_html/includes/class/class.LSattr_html_supannLabeledValue.php index feb44b3c..d030665f 100644 --- a/public_html/includes/class/class.LSattr_html_supannLabeledValue.php +++ b/public_html/includes/class/class.LSattr_html_supannLabeledValue.php @@ -31,4 +31,3 @@ class LSattr_html_supannLabeledValue extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_supannRoleEntite.php b/public_html/includes/class/class.LSattr_html_supannRoleEntite.php index 54931868..d4ced0ac 100644 --- a/public_html/includes/class/class.LSattr_html_supannRoleEntite.php +++ b/public_html/includes/class/class.LSattr_html_supannRoleEntite.php @@ -30,3 +30,4 @@ class LSattr_html_supannRoleEntite extends LSattr_html { var $LSformElement_type = 'supannRoleEntite'; } + diff --git a/public_html/includes/class/class.LSattr_html_supannRoleGenerique.php b/public_html/includes/class/class.LSattr_html_supannRoleGenerique.php index 05f5a404..2a6e9edc 100644 --- a/public_html/includes/class/class.LSattr_html_supannRoleGenerique.php +++ b/public_html/includes/class/class.LSattr_html_supannRoleGenerique.php @@ -31,4 +31,3 @@ class LSattr_html_supannRoleGenerique extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_supannTypeEntite.php b/public_html/includes/class/class.LSattr_html_supannTypeEntite.php index cefb8a19..7e14010c 100644 --- a/public_html/includes/class/class.LSattr_html_supannTypeEntite.php +++ b/public_html/includes/class/class.LSattr_html_supannTypeEntite.php @@ -31,4 +31,3 @@ class LSattr_html_supannTypeEntite extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_tel.php b/public_html/includes/class/class.LSattr_html_tel.php index 6fdb4651..75277670 100644 --- a/public_html/includes/class/class.LSattr_html_tel.php +++ b/public_html/includes/class/class.LSattr_html_tel.php @@ -30,3 +30,4 @@ class LSattr_html_tel extends LSattr_html { var $LSformElement_type = 'tel'; } + diff --git a/public_html/includes/class/class.LSattr_html_text.php b/public_html/includes/class/class.LSattr_html_text.php index f84a6927..1d26dadd 100644 --- a/public_html/includes/class/class.LSattr_html_text.php +++ b/public_html/includes/class/class.LSattr_html_text.php @@ -31,4 +31,3 @@ class LSattr_html_text extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_textarea.php b/public_html/includes/class/class.LSattr_html_textarea.php index e7b1830a..92c8e3a8 100644 --- a/public_html/includes/class/class.LSattr_html_textarea.php +++ b/public_html/includes/class/class.LSattr_html_textarea.php @@ -31,4 +31,3 @@ class LSattr_html_textarea extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_url.php b/public_html/includes/class/class.LSattr_html_url.php index 787965c7..a61f0342 100644 --- a/public_html/includes/class/class.LSattr_html_url.php +++ b/public_html/includes/class/class.LSattr_html_url.php @@ -31,4 +31,3 @@ class LSattr_html_url extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_valueWithUnit.php b/public_html/includes/class/class.LSattr_html_valueWithUnit.php index 1df695fe..c17c76bf 100644 --- a/public_html/includes/class/class.LSattr_html_valueWithUnit.php +++ b/public_html/includes/class/class.LSattr_html_valueWithUnit.php @@ -31,4 +31,3 @@ class LSattr_html_valueWithUnit extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_html_wysiwyg.php b/public_html/includes/class/class.LSattr_html_wysiwyg.php index 4c8e3859..32c098be 100644 --- a/public_html/includes/class/class.LSattr_html_wysiwyg.php +++ b/public_html/includes/class/class.LSattr_html_wysiwyg.php @@ -32,3 +32,4 @@ class LSattr_html_wysiwyg extends LSattr_html_textarea { var $LSformElement_type = 'wysiwyg'; } + diff --git a/public_html/includes/class/class.LSattr_html_xmpp.php b/public_html/includes/class/class.LSattr_html_xmpp.php index f5731420..a86d814a 100644 --- a/public_html/includes/class/class.LSattr_html_xmpp.php +++ b/public_html/includes/class/class.LSattr_html_xmpp.php @@ -31,4 +31,3 @@ class LSattr_html_xmpp extends LSattr_html { } -?> diff --git a/public_html/includes/class/class.LSattr_ldap_ascii.php b/public_html/includes/class/class.LSattr_ldap_ascii.php index 0ed11317..635c07d5 100644 --- a/public_html/includes/class/class.LSattr_ldap_ascii.php +++ b/public_html/includes/class/class.LSattr_ldap_ascii.php @@ -29,4 +29,3 @@ class LSattr_ldap_ascii extends LSattr_ldap { // \\ } -?> diff --git a/public_html/includes/class/class.LSattr_ldap_boolean.php b/public_html/includes/class/class.LSattr_ldap_boolean.php index e9184fe0..581cec66 100644 --- a/public_html/includes/class/class.LSattr_ldap_boolean.php +++ b/public_html/includes/class/class.LSattr_ldap_boolean.php @@ -111,4 +111,3 @@ class LSattr_ldap_boolean extends LSattr_ldap { } -?> diff --git a/public_html/includes/class/class.LSattr_ldap_compositeValueToJSON.php b/public_html/includes/class/class.LSattr_ldap_compositeValueToJSON.php index 5cf3e770..a9174925 100644 --- a/public_html/includes/class/class.LSattr_ldap_compositeValueToJSON.php +++ b/public_html/includes/class/class.LSattr_ldap_compositeValueToJSON.php @@ -87,4 +87,6 @@ class LSattr_ldap_compositeValueToJSON extends LSattr_ldap { } return False; } + } + diff --git a/public_html/includes/class/class.LSattr_ldap_date.php b/public_html/includes/class/class.LSattr_ldap_date.php index e7dba216..ea9d8cc0 100644 --- a/public_html/includes/class/class.LSattr_ldap_date.php +++ b/public_html/includes/class/class.LSattr_ldap_date.php @@ -81,4 +81,3 @@ class LSattr_ldap_date extends LSattr_ldap { } -?> diff --git a/public_html/includes/class/class.LSattr_ldap_image.php b/public_html/includes/class/class.LSattr_ldap_image.php index 297ab3e9..9209e32f 100644 --- a/public_html/includes/class/class.LSattr_ldap_image.php +++ b/public_html/includes/class/class.LSattr_ldap_image.php @@ -29,4 +29,3 @@ class LSattr_ldap_image extends LSattr_ldap { // \\ } -?> diff --git a/public_html/includes/class/class.LSattr_ldap_numeric.php b/public_html/includes/class/class.LSattr_ldap_numeric.php index d74548f8..43f36c6d 100644 --- a/public_html/includes/class/class.LSattr_ldap_numeric.php +++ b/public_html/includes/class/class.LSattr_ldap_numeric.php @@ -29,4 +29,3 @@ class LSattr_ldap_numeric extends LSattr_ldap { // \\ } -?> \ No newline at end of file diff --git a/public_html/includes/class/class.LSattr_ldap_password.php b/public_html/includes/class/class.LSattr_ldap_password.php index 6ac83921..36aef585 100644 --- a/public_html/includes/class/class.LSattr_ldap_password.php +++ b/public_html/includes/class/class.LSattr_ldap_password.php @@ -255,6 +255,7 @@ class LSattr_ldap_password extends LSattr_ldap { function getClearPassword() { return $this -> clearPassword; } + } /** @@ -267,4 +268,3 @@ LSerror :: defineError('LSattr_ldap_password_02', _("LSattr_ldap_password : Encoding function %{function} is not callable. This password will be stored in clear text.") ); -?> diff --git a/public_html/includes/class/class.LSattr_ldap_postaladdress.php b/public_html/includes/class/class.LSattr_ldap_postaladdress.php index f10d5574..ac8808a3 100644 --- a/public_html/includes/class/class.LSattr_ldap_postaladdress.php +++ b/public_html/includes/class/class.LSattr_ldap_postaladdress.php @@ -47,6 +47,6 @@ class LSattr_ldap_postaladdress extends LSattr_ldap { function getUpdateData($data) { return str_replace("\n","$",$data); } + } -?> diff --git a/public_html/includes/class/class.LSattr_ldap_shadowExpire.php b/public_html/includes/class/class.LSattr_ldap_shadowExpire.php index 4bf2fe8f..1e3b8bc3 100644 --- a/public_html/includes/class/class.LSattr_ldap_shadowExpire.php +++ b/public_html/includes/class/class.LSattr_ldap_shadowExpire.php @@ -57,6 +57,6 @@ class LSattr_ldap_shadowExpire extends LSattr_ldap { } return $ret; } + } -?> diff --git a/public_html/includes/class/class.LSattribute.php b/public_html/includes/class/class.LSattribute.php index 6eb401a6..f513cc50 100644 --- a/public_html/includes/class/class.LSattribute.php +++ b/public_html/includes/class/class.LSattribute.php @@ -738,4 +738,3 @@ LSerror :: defineError('LSattribute_09', _("LSattribute : The attr_%{type} of the attribute %{name} is not yet defined.") ); -?> diff --git a/public_html/includes/class/class.LSauth.php b/public_html/includes/class/class.LSauth.php index 4bfd735f..cf0c65fe 100644 --- a/public_html/includes/class/class.LSauth.php +++ b/public_html/includes/class/class.LSauth.php @@ -151,13 +151,12 @@ class LSauth { * For compatibillity until loginForm is migrated in LSauth */ public function disableLoginForm() { - self :: $params['displayLoginForm'] = false; - } - - public function displayLoginForm() { - return self :: $params['displayLoginForm']; - } + self :: $params['displayLoginForm'] = false; + } + public function displayLoginForm() { + return self :: $params['displayLoginForm']; + } } @@ -186,4 +185,3 @@ LSerror :: defineError('LSauth_07', _("LSauth : Failed to get authentication informations from provider.") ); -?> diff --git a/public_html/includes/class/class.LSauthMethod.php b/public_html/includes/class/class.LSauthMethod.php index e02c7562..014c2630 100644 --- a/public_html/includes/class/class.LSauthMethod.php +++ b/public_html/includes/class/class.LSauthMethod.php @@ -112,6 +112,6 @@ class LSauthMethod { } return false; } + } -?> diff --git a/public_html/includes/class/class.LSauthMethod_CAS.php b/public_html/includes/class/class.LSauthMethod_CAS.php index b41256f9..1b232120 100644 --- a/public_html/includes/class/class.LSauthMethod_CAS.php +++ b/public_html/includes/class/class.LSauthMethod_CAS.php @@ -105,10 +105,11 @@ class LSauthMethod_CAS extends LSauthMethod { } } + /* * Error Codes */ LSerror :: defineError('LSauthMethod_CAS_01', _("LSauthMethod_CAS : Failed to load phpCAS.") ); -?> + diff --git a/public_html/includes/class/class.LSauthMethod_HTTP.php b/public_html/includes/class/class.LSauthMethod_HTTP.php index 9d73ee77..9f5fdad5 100644 --- a/public_html/includes/class/class.LSauthMethod_HTTP.php +++ b/public_html/includes/class/class.LSauthMethod_HTTP.php @@ -110,3 +110,4 @@ class LSauthMethod_HTTP extends LSauthMethod_basic { LSerror :: defineError('LSauthMethod_HTTP_01', _("LSauthMethod_HTTP : the %{var} environnement variable is missing.") ); + diff --git a/public_html/includes/class/class.LSauthMethod_anonymous.php b/public_html/includes/class/class.LSauthMethod_anonymous.php index e9d2c520..29d301ae 100644 --- a/public_html/includes/class/class.LSauthMethod_anonymous.php +++ b/public_html/includes/class/class.LSauthMethod_anonymous.php @@ -61,10 +61,11 @@ class LSauthMethod_anonymous extends LSauthMethod { } } + /* * Error Codes */ LSerror :: defineError('LSauthMethod_anonymous_01', _("LSauthMethod_anonymous : You must define the LSAUTHMETHOD_ANONYMOUS_USER contant in the configuration file.") ); -?> + diff --git a/public_html/includes/class/class.LSauthMethod_basic.php b/public_html/includes/class/class.LSauthMethod_basic.php index f1ae5a10..19549b29 100644 --- a/public_html/includes/class/class.LSauthMethod_basic.php +++ b/public_html/includes/class/class.LSauthMethod_basic.php @@ -81,4 +81,3 @@ class LSauthMethod_basic extends LSauthMethod { } -?> diff --git a/public_html/includes/class/class.LSconfig.php b/public_html/includes/class/class.LSconfig.php index a37890b0..d62b4ffa 100644 --- a/public_html/includes/class/class.LSconfig.php +++ b/public_html/includes/class/class.LSconfig.php @@ -109,6 +109,4 @@ class LSconfig { } } - -?> diff --git a/public_html/includes/class/class.LSconfirmBox.php b/public_html/includes/class/class.LSconfirmBox.php index 0bbe3239..b4b1fb3c 100644 --- a/public_html/includes/class/class.LSconfirmBox.php +++ b/public_html/includes/class/class.LSconfirmBox.php @@ -41,4 +41,3 @@ class LSconfirmBox { } -?> diff --git a/public_html/includes/class/class.LSerror.php b/public_html/includes/class/class.LSerror.php index 727e062d..a3337645 100644 --- a/public_html/includes/class/class.LSerror.php +++ b/public_html/includes/class/class.LSerror.php @@ -216,6 +216,7 @@ class LSerror { return "UNKNOWN_ERROR"; } } + } /* @@ -223,3 +224,4 @@ class LSerror { */ LSerror :: defineError(-1,_("Unknown error : %{error}")); LSerror :: defineError(-2,_("PHP error : %{error}")); + diff --git a/public_html/includes/class/class.LSform.php b/public_html/includes/class/class.LSform.php index 45e827d3..a51672aa 100644 --- a/public_html/includes/class/class.LSform.php +++ b/public_html/includes/class/class.LSform.php @@ -752,6 +752,7 @@ class LSform { } } } + } /** @@ -785,4 +786,4 @@ _("LSform : The data entry form %{name} is not correctly configured.") LSerror :: defineError('LSform_09', _("LSform : The element %{name}, listed as displayed in data entry form configuration, doesn't exist.") ); -?> + diff --git a/public_html/includes/class/class.LSformElement.php b/public_html/includes/class/class.LSformElement.php index 1f01cc03..a5046553 100644 --- a/public_html/includes/class/class.LSformElement.php +++ b/public_html/includes/class/class.LSformElement.php @@ -309,6 +309,6 @@ class LSformElement { public function getParam($param, $default=null, $cast=null) { return LSconfig :: get($param, $default, $cast, $this -> params); } + } -?> diff --git a/public_html/includes/class/class.LSformElement_boolean.php b/public_html/includes/class/class.LSformElement_boolean.php index 530fbc53..f70c910a 100644 --- a/public_html/includes/class/class.LSformElement_boolean.php +++ b/public_html/includes/class/class.LSformElement_boolean.php @@ -65,3 +65,4 @@ class LSformElement_boolean extends LSformElement { } } + diff --git a/public_html/includes/class/class.LSformElement_date.php b/public_html/includes/class/class.LSformElement_date.php index 7c87dffa..f66fe9a7 100644 --- a/public_html/includes/class/class.LSformElement_date.php +++ b/public_html/includes/class/class.LSformElement_date.php @@ -210,4 +210,3 @@ class LSformElement_date extends LSformElement { } } -?> diff --git a/public_html/includes/class/class.LSformElement_image.php b/public_html/includes/class/class.LSformElement_image.php index eea1e565..1f56f905 100644 --- a/public_html/includes/class/class.LSformElement_image.php +++ b/public_html/includes/class/class.LSformElement_image.php @@ -115,4 +115,3 @@ class LSformElement_image extends LSformElement { } } -?> diff --git a/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php b/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php index 43753072..9152a786 100644 --- a/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php +++ b/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php @@ -299,3 +299,4 @@ class LSformElement_jsonCompositeAttribute extends LSformElement { } } + diff --git a/public_html/includes/class/class.LSformElement_labeledValue.php b/public_html/includes/class/class.LSformElement_labeledValue.php index cf26b573..afc80d0c 100644 --- a/public_html/includes/class/class.LSformElement_labeledValue.php +++ b/public_html/includes/class/class.LSformElement_labeledValue.php @@ -126,3 +126,4 @@ class LSformElement_labeledValue extends LSformElement { } } + diff --git a/public_html/includes/class/class.LSformElement_mail.php b/public_html/includes/class/class.LSformElement_mail.php index aeacc226..e805a6f8 100644 --- a/public_html/includes/class/class.LSformElement_mail.php +++ b/public_html/includes/class/class.LSformElement_mail.php @@ -63,6 +63,6 @@ class LSformElement_mail extends LSformElement_text { } return parent :: fetchTemplate($template,$variables); } + } -?> diff --git a/public_html/includes/class/class.LSformElement_mailQuota.php b/public_html/includes/class/class.LSformElement_mailQuota.php index 710d0924..ecc7914f 100644 --- a/public_html/includes/class/class.LSformElement_mailQuota.php +++ b/public_html/includes/class/class.LSformElement_mailQuota.php @@ -160,6 +160,6 @@ class LSformElement_mailQuota extends LSformElement { return true; } } + } -?> diff --git a/public_html/includes/class/class.LSformElement_maildir.php b/public_html/includes/class/class.LSformElement_maildir.php index adeb174e..5958e387 100644 --- a/public_html/includes/class/class.LSformElement_maildir.php +++ b/public_html/includes/class/class.LSformElement_maildir.php @@ -116,4 +116,3 @@ class LSformElement_maildir extends LSformElement_text { } -?> diff --git a/public_html/includes/class/class.LSformElement_password.php b/public_html/includes/class/class.LSformElement_password.php index d06931c7..8d448661 100644 --- a/public_html/includes/class/class.LSformElement_password.php +++ b/public_html/includes/class/class.LSformElement_password.php @@ -373,3 +373,4 @@ _("LSformElement_password : Fail to determine witch e-mail attribute to use to s LSerror :: defineError('LSformElement_password_05', _("LSformElement_password : Fail to determine witch e-mail attribute to use to send new password : get_mail_attr_function throwed an exception : %{msg}") ); + diff --git a/public_html/includes/class/class.LSformElement_postaladdress.php b/public_html/includes/class/class.LSformElement_postaladdress.php index 5b5f48f6..3d2c1499 100644 --- a/public_html/includes/class/class.LSformElement_postaladdress.php +++ b/public_html/includes/class/class.LSformElement_postaladdress.php @@ -78,6 +78,7 @@ class LSformElement_postaladdress extends LSformElement_textarea { } return $return; } + } function LSformElement_postaladdress__generate_pattern($LSformElement) { @@ -87,3 +88,4 @@ function LSformElement_postaladdress__generate_pattern($LSformElement) { LSerror :: defineError('LSformElement_postaladdress_01', _("LSformElement_postaladdress : Map URL pattern generate function is not callabled (%{function}).") ); + diff --git a/public_html/includes/class/class.LSformElement_pre.php b/public_html/includes/class/class.LSformElement_pre.php index b0ad0af1..53227c1a 100644 --- a/public_html/includes/class/class.LSformElement_pre.php +++ b/public_html/includes/class/class.LSformElement_pre.php @@ -47,4 +47,3 @@ class LSformElement_pre extends LSformElement_textarea { } -?> diff --git a/public_html/includes/class/class.LSformElement_quota.php b/public_html/includes/class/class.LSformElement_quota.php index 43cad1bb..34beba32 100644 --- a/public_html/includes/class/class.LSformElement_quota.php +++ b/public_html/includes/class/class.LSformElement_quota.php @@ -151,6 +151,6 @@ class LSformElement_quota extends LSformElement { private function getFactor() { return $this -> getParam('html_options.factor', 1); } + } -?> diff --git a/public_html/includes/class/class.LSformElement_rss.php b/public_html/includes/class/class.LSformElement_rss.php index b8d4b0b1..7d13117f 100644 --- a/public_html/includes/class/class.LSformElement_rss.php +++ b/public_html/includes/class/class.LSformElement_rss.php @@ -55,4 +55,3 @@ class LSformElement_rss extends LSformElement_text { } -?> diff --git a/public_html/includes/class/class.LSformElement_select.php b/public_html/includes/class/class.LSformElement_select.php index 22b6c407..d8a3c22a 100644 --- a/public_html/includes/class/class.LSformElement_select.php +++ b/public_html/includes/class/class.LSformElement_select.php @@ -143,3 +143,4 @@ function LSformElement_select_checkIsValidValue($params,$template) { $template -> assign('LSformElement_select_isValidValue_label',$label); } LStemplate :: registerFunction('LSformElement_select_checkIsValidValue','LSformElement_select_checkIsValidValue'); + diff --git a/public_html/includes/class/class.LSformElement_select_box.php b/public_html/includes/class/class.LSformElement_select_box.php index c9f40ce8..26f38e08 100644 --- a/public_html/includes/class/class.LSformElement_select_box.php +++ b/public_html/includes/class/class.LSformElement_select_box.php @@ -52,3 +52,4 @@ class LSformElement_select_box extends LSformElement_select { } } + diff --git a/public_html/includes/class/class.LSformElement_select_object.php b/public_html/includes/class/class.LSformElement_select_object.php index 882e3f50..8fbe841b 100644 --- a/public_html/includes/class/class.LSformElement_select_object.php +++ b/public_html/includes/class/class.LSformElement_select_object.php @@ -240,6 +240,6 @@ class LSformElement_select_object extends LSformElement { } } } + } -?> diff --git a/public_html/includes/class/class.LSformElement_ssh_key.php b/public_html/includes/class/class.LSformElement_ssh_key.php index 74175dee..e7e6449a 100644 --- a/public_html/includes/class/class.LSformElement_ssh_key.php +++ b/public_html/includes/class/class.LSformElement_ssh_key.php @@ -84,4 +84,3 @@ class LSformElement_ssh_key extends LSformElement { } -?> diff --git a/public_html/includes/class/class.LSformElement_supannActivite.php b/public_html/includes/class/class.LSformElement_supannActivite.php index 383ea5cf..93233c78 100644 --- a/public_html/includes/class/class.LSformElement_supannActivite.php +++ b/public_html/includes/class/class.LSformElement_supannActivite.php @@ -36,4 +36,3 @@ class LSformElement_supannActivite extends LSformElement_supannLabeledValue { var $supannNomenclatureTable = 'supannActivite'; } -?> diff --git a/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php b/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php index 7d2309ed..27caad3a 100644 --- a/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php +++ b/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php @@ -309,4 +309,3 @@ class LSformElement_supannCompositeAttribute extends LSformElement { } -?> diff --git a/public_html/includes/class/class.LSformElement_supannEtablissement.php b/public_html/includes/class/class.LSformElement_supannEtablissement.php index de0c87e1..1e25cd43 100644 --- a/public_html/includes/class/class.LSformElement_supannEtablissement.php +++ b/public_html/includes/class/class.LSformElement_supannEtablissement.php @@ -38,4 +38,3 @@ class LSformElement_supannEtablissement extends LSformElement_supannLabeledValue } -?> diff --git a/public_html/includes/class/class.LSformElement_supannEtuInscription.php b/public_html/includes/class/class.LSformElement_supannEtuInscription.php index 31285b1d..c0cbbf36 100644 --- a/public_html/includes/class/class.LSformElement_supannEtuInscription.php +++ b/public_html/includes/class/class.LSformElement_supannEtuInscription.php @@ -115,3 +115,4 @@ class LSformElement_supannEtuInscription extends LSformElement_supannCompositeAt } } + diff --git a/public_html/includes/class/class.LSformElement_supannLabeledValue.php b/public_html/includes/class/class.LSformElement_supannLabeledValue.php index 711ea137..142c073d 100644 --- a/public_html/includes/class/class.LSformElement_supannLabeledValue.php +++ b/public_html/includes/class/class.LSformElement_supannLabeledValue.php @@ -134,4 +134,3 @@ class LSformElement_supannLabeledValue extends LSformElement { } -?> diff --git a/public_html/includes/class/class.LSformElement_supannRoleEntite.php b/public_html/includes/class/class.LSformElement_supannRoleEntite.php index 918589b4..1fca9053 100644 --- a/public_html/includes/class/class.LSformElement_supannRoleEntite.php +++ b/public_html/includes/class/class.LSformElement_supannRoleEntite.php @@ -58,3 +58,4 @@ class LSformElement_supannRoleEntite extends LSformElement_supannCompositeAttrib } } + diff --git a/public_html/includes/class/class.LSformElement_supannRoleGenerique.php b/public_html/includes/class/class.LSformElement_supannRoleGenerique.php index 0abb653c..6fce3f58 100644 --- a/public_html/includes/class/class.LSformElement_supannRoleGenerique.php +++ b/public_html/includes/class/class.LSformElement_supannRoleGenerique.php @@ -38,4 +38,3 @@ class LSformElement_supannRoleGenerique extends LSformElement_supannLabeledValue } -?> diff --git a/public_html/includes/class/class.LSformElement_tel.php b/public_html/includes/class/class.LSformElement_tel.php index e108063f..a85bcbbc 100644 --- a/public_html/includes/class/class.LSformElement_tel.php +++ b/public_html/includes/class/class.LSformElement_tel.php @@ -46,3 +46,4 @@ class LSformElement_tel extends LSformElement_text { } } + diff --git a/public_html/includes/class/class.LSformElement_text.php b/public_html/includes/class/class.LSformElement_text.php index 1c2db4ee..87e0a46b 100644 --- a/public_html/includes/class/class.LSformElement_text.php +++ b/public_html/includes/class/class.LSformElement_text.php @@ -69,6 +69,6 @@ class LSformElement_text extends LSformElement { $return['html'] = $this -> fetchTemplate(); return $return; } + } -?> diff --git a/public_html/includes/class/class.LSformElement_textarea.php b/public_html/includes/class/class.LSformElement_textarea.php index 47148289..61f9ca18 100644 --- a/public_html/includes/class/class.LSformElement_textarea.php +++ b/public_html/includes/class/class.LSformElement_textarea.php @@ -62,6 +62,6 @@ class LSformElement_textarea extends LSformElement { ); return $return; } + } -?> diff --git a/public_html/includes/class/class.LSformElement_url.php b/public_html/includes/class/class.LSformElement_url.php index e8e3dd38..f993e156 100644 --- a/public_html/includes/class/class.LSformElement_url.php +++ b/public_html/includes/class/class.LSformElement_url.php @@ -57,4 +57,3 @@ class LSformElement_url extends LSformElement_text { } -?> diff --git a/public_html/includes/class/class.LSformElement_valueWithUnit.php b/public_html/includes/class/class.LSformElement_valueWithUnit.php index 0995524b..44d1557a 100644 --- a/public_html/includes/class/class.LSformElement_valueWithUnit.php +++ b/public_html/includes/class/class.LSformElement_valueWithUnit.php @@ -193,6 +193,7 @@ class LSformElement_valueWithUnit extends LSformElement { } return true; } + } /* @@ -201,4 +202,4 @@ class LSformElement_valueWithUnit extends LSformElement { LSerror :: defineError('LSformElement_valueWithUnit_01', _("LSformElement_valueWithUnit : Units configuration data are missing for the attribute %{attr}.") ); -?> + diff --git a/public_html/includes/class/class.LSformElement_wysiwyg.php b/public_html/includes/class/class.LSformElement_wysiwyg.php index 7bd6b735..926dc352 100644 --- a/public_html/includes/class/class.LSformElement_wysiwyg.php +++ b/public_html/includes/class/class.LSformElement_wysiwyg.php @@ -59,3 +59,4 @@ class LSformElement_wysiwyg extends LSformElement { } } + diff --git a/public_html/includes/class/class.LSformElement_xmpp.php b/public_html/includes/class/class.LSformElement_xmpp.php index 34c7d573..cdb820b9 100644 --- a/public_html/includes/class/class.LSformElement_xmpp.php +++ b/public_html/includes/class/class.LSformElement_xmpp.php @@ -52,6 +52,7 @@ class LSformElement_xmpp extends LSformElement_text { ); return parent :: getDisplay($return); } + } -?> + diff --git a/public_html/includes/class/class.LSformRule.php b/public_html/includes/class/class.LSformRule.php index 98aae557..1d635776 100644 --- a/public_html/includes/class/class.LSformRule.php +++ b/public_html/includes/class/class.LSformRule.php @@ -48,6 +48,7 @@ class LSformRule { function validate($value,$options=NULL,$formElement) { return true; } + } /** @@ -56,4 +57,4 @@ class LSformRule { LSerror :: defineError('LSformRule_01', _("LSformRule_%{type} : Parameter %{param} is not found.") ); -?> + diff --git a/public_html/includes/class/class.LSformRule_LSformElement_select_validValue.php b/public_html/includes/class/class.LSformRule_LSformElement_select_validValue.php index 6b76fc11..e3f389c8 100644 --- a/public_html/includes/class/class.LSformRule_LSformElement_select_validValue.php +++ b/public_html/includes/class/class.LSformRule_LSformElement_select_validValue.php @@ -43,3 +43,4 @@ class LSformRule_LSformElement_select_validValue extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_alphanumeric.php b/public_html/includes/class/class.LSformRule_alphanumeric.php index 01b4165b..e61c67d6 100644 --- a/public_html/includes/class/class.LSformRule_alphanumeric.php +++ b/public_html/includes/class/class.LSformRule_alphanumeric.php @@ -52,3 +52,4 @@ class LSformRule_alphanumeric extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_callable.php b/public_html/includes/class/class.LSformRule_callable.php index 3ae9c72c..20e7db15 100644 --- a/public_html/includes/class/class.LSformRule_callable.php +++ b/public_html/includes/class/class.LSformRule_callable.php @@ -59,3 +59,4 @@ class LSformRule_callable extends LSformRule { LSerror :: defineError('LSformRule_callable_01', _("LSformRule_callable : The given callable option is not callable") ); + diff --git a/public_html/includes/class/class.LSformRule_compare.php b/public_html/includes/class/class.LSformRule_compare.php index fe62c9ec..46a9c225 100644 --- a/public_html/includes/class/class.LSformRule_compare.php +++ b/public_html/includes/class/class.LSformRule_compare.php @@ -83,3 +83,4 @@ class LSformRule_compare extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_date.php b/public_html/includes/class/class.LSformRule_date.php index d6eba5c1..1a1ca615 100644 --- a/public_html/includes/class/class.LSformRule_date.php +++ b/public_html/includes/class/class.LSformRule_date.php @@ -51,10 +51,13 @@ class LSformRule_date extends LSformRule { } return; } + } + /* * Error Codes */ LSerror :: defineError('LSformRule_date_01', _("LSformRule_date : No date format specify.") ); + diff --git a/public_html/includes/class/class.LSformRule_email.php b/public_html/includes/class/class.LSformRule_email.php index 98f306a6..6b727448 100644 --- a/public_html/includes/class/class.LSformRule_email.php +++ b/public_html/includes/class/class.LSformRule_email.php @@ -42,3 +42,4 @@ class LSformRule_email extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_lettersonly.php b/public_html/includes/class/class.LSformRule_lettersonly.php index 0b76be15..e27145a2 100644 --- a/public_html/includes/class/class.LSformRule_lettersonly.php +++ b/public_html/includes/class/class.LSformRule_lettersonly.php @@ -43,3 +43,4 @@ class LSformRule_lettersonly extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_maxlength.php b/public_html/includes/class/class.LSformRule_maxlength.php index 1116343f..574bb6ee 100644 --- a/public_html/includes/class/class.LSformRule_maxlength.php +++ b/public_html/includes/class/class.LSformRule_maxlength.php @@ -46,3 +46,4 @@ class LSformRule_maxlength extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_mimetype.php b/public_html/includes/class/class.LSformRule_mimetype.php index c138d013..10b8183c 100644 --- a/public_html/includes/class/class.LSformRule_mimetype.php +++ b/public_html/includes/class/class.LSformRule_mimetype.php @@ -66,3 +66,4 @@ class LSformRule_mimetype extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_minlength.php b/public_html/includes/class/class.LSformRule_minlength.php index f3326de5..e6b999c5 100644 --- a/public_html/includes/class/class.LSformRule_minlength.php +++ b/public_html/includes/class/class.LSformRule_minlength.php @@ -46,3 +46,4 @@ class LSformRule_minlength extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_nonzero.php b/public_html/includes/class/class.LSformRule_nonzero.php index 4f5d9646..09ac40b9 100644 --- a/public_html/includes/class/class.LSformRule_nonzero.php +++ b/public_html/includes/class/class.LSformRule_nonzero.php @@ -43,3 +43,4 @@ class LSformRule_nonzero extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_nopunctuation.php b/public_html/includes/class/class.LSformRule_nopunctuation.php index ed63372d..885159f3 100644 --- a/public_html/includes/class/class.LSformRule_nopunctuation.php +++ b/public_html/includes/class/class.LSformRule_nopunctuation.php @@ -43,3 +43,4 @@ class LSformRule_nopunctuation extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_numeric.php b/public_html/includes/class/class.LSformRule_numeric.php index 7a79fb71..477cc3e5 100644 --- a/public_html/includes/class/class.LSformRule_numeric.php +++ b/public_html/includes/class/class.LSformRule_numeric.php @@ -43,3 +43,4 @@ class LSformRule_numeric extends LSformRule{ } } + diff --git a/public_html/includes/class/class.LSformRule_password.php b/public_html/includes/class/class.LSformRule_password.php index 52243302..4941aca3 100644 --- a/public_html/includes/class/class.LSformRule_password.php +++ b/public_html/includes/class/class.LSformRule_password.php @@ -97,3 +97,4 @@ class LSformRule_password extends LSformRule { LSerror :: defineError('LSformRule_password_01', _("LSformRule_password : Invalid regex configured : %{regex}. You must use PCRE (begining by '/' caracter).") ); + diff --git a/public_html/includes/class/class.LSformRule_rangelength.php b/public_html/includes/class/class.LSformRule_rangelength.php index bcb072a4..605ac6d9 100644 --- a/public_html/includes/class/class.LSformRule_rangelength.php +++ b/public_html/includes/class/class.LSformRule_rangelength.php @@ -48,3 +48,4 @@ class LSformRule_rangelength extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_regex.php b/public_html/includes/class/class.LSformRule_regex.php index 691a72d2..7a7570f4 100644 --- a/public_html/includes/class/class.LSformRule_regex.php +++ b/public_html/includes/class/class.LSformRule_regex.php @@ -64,3 +64,4 @@ class LSformRule_regex extends LSformRule { LSerror :: defineError('LSformRule_regex_01', _("LSformRule_regex : Regex has not been configured to validate data.") ); + diff --git a/public_html/includes/class/class.LSformRule_required.php b/public_html/includes/class/class.LSformRule_required.php index 6d66f69e..851bec7d 100644 --- a/public_html/includes/class/class.LSformRule_required.php +++ b/public_html/includes/class/class.LSformRule_required.php @@ -41,3 +41,4 @@ class LSformRule_required extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_ssh_pub_key.php b/public_html/includes/class/class.LSformRule_ssh_pub_key.php index e9b570ac..1ba41aa5 100644 --- a/public_html/includes/class/class.LSformRule_ssh_pub_key.php +++ b/public_html/includes/class/class.LSformRule_ssh_pub_key.php @@ -46,3 +46,4 @@ class LSformRule_ssh_pub_key extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSformRule_telephonenumber.php b/public_html/includes/class/class.LSformRule_telephonenumber.php index 96051d7c..dc477936 100644 --- a/public_html/includes/class/class.LSformRule_telephonenumber.php +++ b/public_html/includes/class/class.LSformRule_telephonenumber.php @@ -43,3 +43,4 @@ class LSformRule_telephonenumber extends LSformRule { } } + diff --git a/public_html/includes/class/class.LSimport.php b/public_html/includes/class/class.LSimport.php index ba3aae2b..a3a823f7 100644 --- a/public_html/includes/class/class.LSimport.php +++ b/public_html/includes/class/class.LSimport.php @@ -289,6 +289,7 @@ class LSimport { } return False; } + } @@ -328,6 +329,3 @@ LSerror :: defineError('LSimport_04', _("LSimport : Fail to initialize input/output driver") ); - - -?> diff --git a/public_html/includes/class/class.LSioFormat.php b/public_html/includes/class/class.LSioFormat.php index e6d4807a..6dbf9f7b 100644 --- a/public_html/includes/class/class.LSioFormat.php +++ b/public_html/includes/class/class.LSioFormat.php @@ -91,3 +91,4 @@ class LSioFormat { LSerror :: defineError('LSioFormat_01', _("LSioFormat : IOformat driver %{driver} invalid or unavailable.") ); + diff --git a/public_html/includes/class/class.LSioFormatCSV.php b/public_html/includes/class/class.LSioFormatCSV.php index 758a7a5a..fdd4192f 100644 --- a/public_html/includes/class/class.LSioFormatCSV.php +++ b/public_html/includes/class/class.LSioFormatCSV.php @@ -106,4 +106,6 @@ class LSioFormatCSV extends LSioFormatDriver { public function getFieldNames() { return $this -> csv -> getHeaders(); } + } + diff --git a/public_html/includes/class/class.LSioFormatDriver.php b/public_html/includes/class/class.LSioFormatDriver.php index f90fb02e..029c7608 100644 --- a/public_html/includes/class/class.LSioFormatDriver.php +++ b/public_html/includes/class/class.LSioFormatDriver.php @@ -140,3 +140,4 @@ class LSioFormatDriver { } } + diff --git a/public_html/includes/class/class.LSldap.php b/public_html/includes/class/class.LSldap.php index 6c387067..3f899f39 100644 --- a/public_html/includes/class/class.LSldap.php +++ b/public_html/includes/class/class.LSldap.php @@ -515,4 +515,4 @@ LSerror :: defineError('LSldap_06', LSerror :: defineError('LSldap_07', _("LSldap : Error while changing the DN of the object.") ); -?> + diff --git a/public_html/includes/class/class.LSldapObject.php b/public_html/includes/class/class.LSldapObject.php index 254445d5..f826ea80 100644 --- a/public_html/includes/class/class.LSldapObject.php +++ b/public_html/includes/class/class.LSldapObject.php @@ -1972,3 +1972,4 @@ _("LSldapObject : Error during generating container DN : %{error}") LSerror :: defineError('LSrelations_05', _("LSrelation : Some parameters are missing in the call of methods to handle standard relations (Method : %{meth}).") ); + diff --git a/public_html/includes/class/class.LSmail.php b/public_html/includes/class/class.LSmail.php index 4f0fe9d3..8366c177 100644 --- a/public_html/includes/class/class.LSmail.php +++ b/public_html/includes/class/class.LSmail.php @@ -86,4 +86,3 @@ class LSmail { } -?> diff --git a/public_html/includes/class/class.LSobjects.LScompany.php b/public_html/includes/class/class.LSobjects.LScompany.php index 1e07ca87..d3d6ff84 100644 --- a/public_html/includes/class/class.LSobjects.LScompany.php +++ b/public_html/includes/class/class.LSobjects.LScompany.php @@ -29,4 +29,3 @@ class LScompany extends LSldapObject { // ~ } -?> diff --git a/public_html/includes/class/class.LSobjects.LSgroup.php b/public_html/includes/class/class.LSobjects.LSgroup.php index 4a80f192..1ef88b52 100644 --- a/public_html/includes/class/class.LSobjects.LSgroup.php +++ b/public_html/includes/class/class.LSobjects.LSgroup.php @@ -114,6 +114,6 @@ class LSgroup extends LSldapObject { } return LSsession :: canEdit($this -> type_name,$this -> dn,$this -> memberAttr); } + } -?> diff --git a/public_html/includes/class/class.LSobjects.LSpeople.php b/public_html/includes/class/class.LSobjects.LSpeople.php index bdbb4944..0931129c 100644 --- a/public_html/includes/class/class.LSobjects.LSpeople.php +++ b/public_html/includes/class/class.LSobjects.LSpeople.php @@ -29,4 +29,3 @@ class LSpeople extends LSldapObject { // ~ } -?> diff --git a/public_html/includes/class/class.LSrelation.php b/public_html/includes/class/class.LSrelation.php index 88169d89..4fa21563 100644 --- a/public_html/includes/class/class.LSrelation.php +++ b/public_html/includes/class/class.LSrelation.php @@ -467,3 +467,4 @@ _("LSrelation : Incomplete configuration for LSrelation %{relation} of object ty LSerror :: defineError('LSrelations_06', _("LSrelation : Invalid editable attribute for LSrelation %{relation} with LSobject %{LSobject}.") ); + diff --git a/public_html/includes/class/class.LSsearch.php b/public_html/includes/class/class.LSsearch.php index baa5df30..90d4ca9c 100644 --- a/public_html/includes/class/class.LSsearch.php +++ b/public_html/includes/class/class.LSsearch.php @@ -1351,3 +1351,4 @@ _("LSsearch : Error during execution of the custom action %{customAction}.") LSerror :: defineError('LSsearch_17', _("LSsearch : Invalid search pattern.") ); + diff --git a/public_html/includes/class/class.LSsearchEntry.php b/public_html/includes/class/class.LSsearchEntry.php index afbaec40..d8b6c6fe 100644 --- a/public_html/includes/class/class.LSsearchEntry.php +++ b/public_html/includes/class/class.LSsearchEntry.php @@ -256,3 +256,4 @@ class LSsearchEntry { LSerror :: defineError('LSsearchEntry_01', _("LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns %{column}.") ); + diff --git a/public_html/includes/class/class.LSselect.php b/public_html/includes/class/class.LSselect.php index 0916a6b3..fac4f698 100644 --- a/public_html/includes/class/class.LSselect.php +++ b/public_html/includes/class/class.LSselect.php @@ -86,6 +86,6 @@ class LSselect { public static function selectablly($obj,$args) { return (LSsession::canEdit($obj->type,$obj->dn,$args))?1:0; } + } -?> diff --git a/public_html/includes/class/class.LSsession.php b/public_html/includes/class/class.LSsession.php index d16a3ce7..e2bb8b87 100644 --- a/public_html/includes/class/class.LSsession.php +++ b/public_html/includes/class/class.LSsession.php @@ -2585,4 +2585,6 @@ class LSsession { call_user_func(self :: $LSaddonsViews[$LSaddon][$viewId]['function']); } } + } + diff --git a/public_html/includes/class/class.LSsmoothbox.php b/public_html/includes/class/class.LSsmoothbox.php index b5772d88..19827063 100644 --- a/public_html/includes/class/class.LSsmoothbox.php +++ b/public_html/includes/class/class.LSsmoothbox.php @@ -42,4 +42,3 @@ class LSsmoothbox { } -?> diff --git a/public_html/includes/class/class.LStemplate.php b/public_html/includes/class/class.LStemplate.php index af65cf6b..a8ae04e9 100644 --- a/public_html/includes/class/class.LStemplate.php +++ b/public_html/includes/class/class.LStemplate.php @@ -418,3 +418,4 @@ _("LStemplate : Fail to execute trigger %{callable} on event %{event} : is not c LSerror :: defineError('LStemplate_03', _("LStemplate : Error during the execution of the trigger %{callable} on event %{event}.") ); + diff --git a/public_html/includes/class/class.LStemplate_smarty2_support.php b/public_html/includes/class/class.LStemplate_smarty2_support.php index 5c3b12da..e2bc1ec2 100644 --- a/public_html/includes/class/class.LStemplate_smarty2_support.php +++ b/public_html/includes/class/class.LStemplate_smarty2_support.php @@ -112,3 +112,4 @@ LStemplate :: $_smarty -> register_resource('ls', array( function LStemplate_register_function($name,$function_name) { LStemplate :: $_smarty -> register_function($name,$function_name); } + diff --git a/public_html/includes/class/class.LStemplate_smarty3_support.php b/public_html/includes/class/class.LStemplate_smarty3_support.php index 4c781142..899c4e63 100644 --- a/public_html/includes/class/class.LStemplate_smarty3_support.php +++ b/public_html/includes/class/class.LStemplate_smarty3_support.php @@ -71,3 +71,4 @@ LStemplate :: $_smarty -> registerResource('ls', new Smarty_Resource_LdapSaisie( function LStemplate_register_function($name,$function_name) { LStemplate :: $_smarty -> registerPlugin("function",$name,$function_name); } + diff --git a/public_html/includes/functions.php b/public_html/includes/functions.php index 6ff54fb2..9366f6cb 100644 --- a/public_html/includes/functions.php +++ b/public_html/includes/functions.php @@ -654,3 +654,4 @@ function LSdebugDefined() { } return "unknown : ".(string)$callable; } + diff --git a/public_html/includes/libs/class.smbHash.php b/public_html/includes/libs/class.smbHash.php index 154b5ebe..e8679d4f 100644 --- a/public_html/includes/libs/class.smbHash.php +++ b/public_html/includes/libs/class.smbHash.php @@ -538,4 +538,3 @@ var $sbox = array(array(array(14, 4, 13, 1, 2, 15, 11, 8, 3, 10, 6, 12, 5 } -?> diff --git a/public_html/index.php b/public_html/index.php index 597d13f2..2772eec4 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -36,3 +36,4 @@ if(LSsession :: startLSsession()) { // Display template LSsession :: displayTemplate(); + diff --git a/public_html/index_ajax.php b/public_html/index_ajax.php index d4a4f953..9a2af9d3 100644 --- a/public_html/index_ajax.php +++ b/public_html/index_ajax.php @@ -41,3 +41,4 @@ if (!isset($_ERRORS)) { } LSsession :: displayAjaxReturn($data); + diff --git a/public_html/lang/fr_FR.UTF8/lang.php b/public_html/lang/fr_FR.UTF8/lang.php index 163f6d6e..94c0d3dc 100644 --- a/public_html/lang/fr_FR.UTF8/lang.php +++ b/public_html/lang/fr_FR.UTF8/lang.php @@ -252,3 +252,4 @@ Nouveau mot de passe : %{password}", "oui", ); + diff --git a/public_html/lang/generate_lang_file.php b/public_html/lang/generate_lang_file.php index 9cb4191b..6560fbe8 100755 --- a/public_html/lang/generate_lang_file.php +++ b/public_html/lang/generate_lang_file.php @@ -476,3 +476,4 @@ if (!$additionalfileformat) fwrite($fd, "\n);\n"); if ($output) fclose($fd); + diff --git a/public_html/modify.php b/public_html/modify.php index d374bf0e..dc74701c 100644 --- a/public_html/modify.php +++ b/public_html/modify.php @@ -139,5 +139,3 @@ else { LSsession :: displayTemplate(); } - -?> diff --git a/public_html/remove.php b/public_html/remove.php index c42bd803..201e0177 100644 --- a/public_html/remove.php +++ b/public_html/remove.php @@ -75,4 +75,4 @@ else { // Affichage des retours d'erreurs LSsession :: displayTemplate(); -?> + diff --git a/public_html/select.php b/public_html/select.php index 1fc75602..5dbc8c40 100644 --- a/public_html/select.php +++ b/public_html/select.php @@ -135,4 +135,4 @@ LSsession :: displayTemplate(); if (isset($LSsearch)) { $LSsearch->afterUsingResult(); } -?> + diff --git a/public_html/view.php b/public_html/view.php index d540e4e5..f9b4a25b 100644 --- a/public_html/view.php +++ b/public_html/view.php @@ -220,4 +220,3 @@ if (isset($LSsearch)) { $LSsearch->afterUsingResult(); } -?>