]> git.agnieray.net Git - galette.git/commitdiff
Remove uneedeed PHP close tags
authorJohan Cwiklinski <johan@x-tnd.be>
Fri, 16 Nov 2012 21:43:44 +0000 (22:43 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 16 Nov 2012 21:43:44 +0000 (22:43 +0100)
93 files changed:
galette/ajax_attendance_sheet_details.php
galette/ajax_group.php
galette/ajax_group_members.php
galette/ajax_groups.php
galette/ajax_mailing_preview.php
galette/ajax_members.php
galette/ajax_photo.php
galette/ajax_plugins_initdb.php
galette/ajax_recipients.php
galette/ajax_unique_group.php
galette/ajouter_adherent.php
galette/ajouter_contribution.php
galette/ajouter_groupe.php
galette/ajouter_transaction.php
galette/attendance_sheet.php
galette/carte_adherent.php
galette/champs_adherents.php
galette/champs_requis.php
galette/change_passwd.php
galette/config/paths.inc.php
galette/config/versions.inc.php
galette/config_fields.php
galette/configurer_fiches.php
galette/desktop.php
galette/editer_champ.php
galette/etiquettes_adherents.php
galette/export.php
galette/gestion_adherents.php
galette/gestion_contributions.php
galette/gestion_groupes.php
galette/gestion_intitules.php
galette/gestion_mailings.php
galette/gestion_textes.php
galette/gestion_transactions.php
galette/get_export.php
galette/history.php
galette/includes/functions.inc.php
galette/includes/galette.inc.php
galette/includes/i18n.inc.php
galette/includes/session.inc.php
galette/includes/smarty.inc.php
galette/includes/smarty_plugins/function._T.php
galette/index.php
galette/install/sql_parse.php
galette/lib/Galette/Common/XHProf.php
galette/lib/Galette/Core/Authentication.php
galette/lib/Galette/Core/CheckModules.php
galette/lib/Galette/Core/Db.php
galette/lib/Galette/Core/Error.php
galette/lib/Galette/Core/GaletteMail.php
galette/lib/Galette/Core/History.php
galette/lib/Galette/Core/I18n.php
galette/lib/Galette/Core/L10n.php
galette/lib/Galette/Core/Login.php
galette/lib/Galette/Core/Mailing.php
galette/lib/Galette/Core/MailingHistory.php
galette/lib/Galette/Core/Pagination.php
galette/lib/Galette/Core/Password.php
galette/lib/Galette/Core/Plugins.php
galette/lib/Galette/Core/Preferences.php
galette/lib/Galette/Core/PrintLogo.php
galette/lib/Galette/Core/Smarty.php
galette/lib/Galette/Core/SysInfos.php
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/ContributionsTypes.php
galette/lib/Galette/Entity/DynamicFields.php
galette/lib/Galette/Entity/FieldsCategories.php
galette/lib/Galette/Entity/FieldsConfig.php
galette/lib/Galette/Entity/Group.php
galette/lib/Galette/Entity/Politeness.php
galette/lib/Galette/Entity/Required.php
galette/lib/Galette/Entity/Status.php
galette/lib/Galette/Entity/Texts.php
galette/lib/Galette/Entity/Transaction.php
galette/lib/Galette/Filters/MembersList.php
galette/lib/Galette/IO/Csv.php
galette/lib/Galette/IO/News.php
galette/lib/Galette/IO/Pdf.php
galette/lib/Galette/Repository/Contributions.php
galette/lib/Galette/Repository/Groups.php
galette/lib/Galette/Repository/Members.php
galette/lib/Galette/Repository/Transactions.php
galette/lostpasswd.php
galette/mailing_adherents.php
galette/plugins.php
galette/preferences.php
galette/public/liste_membres.php
galette/public/trombinoscope.php
galette/self_adherent.php
galette/sysinfos.php
galette/traduire_libelles.php
galette/voir_adherent.php

index 87e9443e821e3ff8754e4df43290b0f398c9d608..d32016c456e674494dab6600122464f4dbb96603 100644 (file)
@@ -79,4 +79,3 @@ if ( $ajax ) {
     $tpl->assign('content', $content);
     $tpl->display('page.tpl');
 }
-?>
index 9de08ff5a4e4e371258cb21c8979b572838fea7b..550139340992dedafa20afd251f14ce6d3e61559 100644 (file)
@@ -97,4 +97,3 @@ if ( !isset($_POST['reorder']) ) {
         die();
     }
 }
-?>
index f23603ce689f853115b245ae125ea8b23c074646..93ed9998a32a237d10a741fd110ac1df70efe479 100644 (file)
@@ -62,4 +62,3 @@ $tpl->assign('persons', $persons);
 $tpl->assign('person_mode', $mode);
 
 $tpl->display('group_persons.tpl');
-?>
index e5e46a78622697e28a843b560839476f879a577b..e5460b3728d542fcf1613226c0aaf88f08aa5f30 100644 (file)
@@ -71,4 +71,3 @@ if ( $ajax ) {
     $tpl->assign('content', $content);
     $tpl->display('page.tpl');
 }
-?>
index 5a9931e261e7a53e0de2a3e19a14bb70f42d36c8..70480e47443ffc38991049799f80b83183b08153 100644 (file)
@@ -75,4 +75,3 @@ if ( $ajax ) {
     $tpl->assign('content', $content);
     $tpl->display('page.tpl');
 }
-?>
index 900de764e5add3693f3ca4add4ec7ece5e312a67..6c24dd80920b7e86cbd5860d860132e425a62325 100644 (file)
@@ -144,4 +144,3 @@ if ( $ajax ) {
     $tpl->assign('content', $content);
     $tpl->display('page.tpl');
 }
-?>
index 1533ecb9bc1c3e9ea80091ad96a8dbf818dc84e8..35e9fa6999a394cd14a91df87813b85a5b84f8fd 100644 (file)
@@ -91,4 +91,3 @@ if ( $res < 0 ) {
 }
 
 echo json_encode($ret);
-?>
index 125b41442cb385bc1c4401043da08bddf069ecb5..3ac5d6615335b04ffbb20324240638aa6ef0c255 100644 (file)
@@ -270,4 +270,3 @@ if ( $ajax ) {
     $tpl->assign('content', $content);
     $tpl->display('page.tpl');
 }
-?>
index a395ab3181bf23b5976cced9bf2b1420c34015d6..7808de9ef4f4452ab9cab895f125ec790b9364ac 100644 (file)
@@ -79,4 +79,3 @@ if ( count($mailing->recipients) > 0 ) {
     }
 }
 echo $html;
-?>
index 2fed560728e0ca922eec172be5463425a2f5c594..cfbbdd9d55467ff721a9128e27567cc23bdcf283 100644 (file)
@@ -63,4 +63,3 @@ if ( !$login->isLogged() || !$login->isAdmin() && !$login->isStaff() ) {
 $ajax = ( isset($_POST['ajax']) && $_POST['ajax'] == 'true' ) ? true : false;
 
 echo json_encode(array('success' => Galette\Repository\Groups::isUnique($name)));
-?>
index a20a679fb54fcb08ad41b1cdb2a1a948f00eec96..768d86142fde8332043912a61a12c00b3d723d39 100644 (file)
@@ -365,4 +365,3 @@ $tpl->assign('groups', $groups_list);
 $content = $tpl->fetch('member.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index 49a616bbf8b59c60fba1591267b0ebc4b62dca83..c9f233369f36001559e50ee5b66d751aaf60c5ff 100644 (file)
@@ -368,4 +368,3 @@ $tpl->assign('dynamic_fields', $dynamic_fields);
 $content = $tpl->fetch('ajouter_contribution.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index 6912d536ecd3bebd12d60b5656df570515ba1211..ccf914f0a558680c2dc367ed4f0c718ae4b6853b 100644 (file)
@@ -98,4 +98,3 @@ $tpl->assign('languages', $i18n->getList());
 $content = $tpl->fetch('group.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index b06edc5a549bc847f0a2119650c8669067667a09..12333267b0a02cf0432bedde6968a12b26bb0659 100644 (file)
@@ -202,4 +202,3 @@ $tpl->assign('require_dialog', true);
 $content = $tpl->fetch("ajouter_transaction.tpl");
 $tpl->assign("content", $content);
 $tpl->display("page.tpl");
-?>
index 8815b48fba6d908b7d6b52b89c8aacffd5211b21..f975dc76cd5ab4433315793796b7e707815c886b 100644 (file)
@@ -238,4 +238,3 @@ foreach ( $members as $m ) {
 $pdf->Cell(190, 0, '', 'T');
 
 $pdf->Output(_T("attendance_sheet") . '.pdf', 'D');
-?>
index 2071cb97541d2188e28bd37b5af893ae99c1dcf3..81ff5d12d9a9651575af25f874434a1d8e7ba1d7 100644 (file)
@@ -322,4 +322,3 @@ foreach ( $members as $member ) {
 // Send PDF code to browser
 $session['pdf_error'] = false;
 $pdf->Output(_T("Cards") . '.pdf', 'D');
-?>
index 4de411b97f37eecfdb4623978aa8ba6a1d616460..5dce8e2f76e44c30b3e5a0c6fe58df2e32fd4217 100644 (file)
@@ -71,5 +71,3 @@ $adh_fields = array(
     "gpgid"             =>  _T("Id GNUpg (GPG):"),
     "fingerprint"       =>  _T("fingerprint:")
 );
-
-?>
index 7c15851518a213e31fa5b308cfcd3eaccd8b6ca5..12101316eed747c2bf9323db14be561b98e75c38 100644 (file)
@@ -101,5 +101,3 @@ $tpl->assign('success_detected', $success_detected);
 $content = $tpl->fetch('champ_requis.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-
-?>
index d1e28c9a6ba9a8aa3a937429ad196b6b3b5f415f..636acfe7901ff179a4acecd65bed21a8e841e20f 100644 (file)
@@ -106,4 +106,3 @@ $tpl->assign('hash', $hash);
 $content = $tpl->fetch('change_passwd.tpl');
 $tpl->assign('content', $content);
 $tpl->display('public_page.tpl');
-?>
index 6441d371b20d9af14773674d915bf1b678bed949..163de1c7ac4d5c58c78f1ee3eccc7dfdca23545c 100644 (file)
@@ -85,4 +85,3 @@ if ( !defined('GALETTE_PHOTOS_PATH') ) {
 if ( !defined('GALETTE_TEMPIMAGES_PATH') ) {
     define('GALETTE_TEMPIMAGES_PATH', GALETTE_ROOT . 'tempimages/');
 }
-?>
index 0ad55a7d3e17929b5cbdd5ccdecba88cbd81d026..6f4a448a68f4cdf52e7b7764247b458aca795dc9 100644 (file)
@@ -43,4 +43,3 @@ define('JQUERY_UI_VERSION', '1.8.14');
 define('JQUERY_MARKITUP_VERSION', '1.1.12');
 define('PHP_MAILER_VERSION', '5.2.1');
 define('GAPI_VERSION', '0.4.6');
-?>
index d83eb13ff0cc667ba831d0530f1073ff171a56b4..387b700b9dcfc158c5321b99731db3fd7ecd4ddf 100644 (file)
@@ -104,5 +104,3 @@ $tpl->assign('require_sorter', true);
 $content = $tpl->fetch('config_fields.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-
-?>
index 486efc39999529f1c056e9e7506e13a3f0b3032c..b1f67232d38a6bf83f1005dc79d7d40d3703697e 100644 (file)
@@ -285,4 +285,3 @@ if ( isset($_GET['ajax']) && $_GET['ajax'] == 'true' ) {
     $tpl->assign('content', $content);
     $tpl->display('page.tpl');
 }
-?>
index 3df93af0efad86750ea6368362a3a05e6221f4a4..864ea79a4482fd5f9c63eeb012ff8479ef431ac7 100644 (file)
@@ -61,4 +61,3 @@ $tpl->assign('require_cookie', true);
 $content = $tpl->fetch('desktop.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index b4306ad20b02c6f7cd87eb882647dd18920b92f7..83775184613492bcd98dded92fd46420cabc5a81 100644 (file)
@@ -235,4 +235,3 @@ $tpl->assign('perm_names', $dyn_fields->getPermsNames());
 $content = $tpl->fetch('editer_champ.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index 4579ebabbc591530da319f2c3638683616cf771b..12830de3a9e22fb3bcb178b389f5d5cc2d31f838 100644 (file)
@@ -164,4 +164,3 @@ foreach ($members as $member) {
 
 // Send PDF code to browser
 $pdf->Output(_T("labels_print_filename") . '.pdf', 'D');
-?>
index f9b9b945046650af0890a93b355d3b1f46b76310..79bd5eed521b1ee60dabe8a6afd091566b42a649 100644 (file)
@@ -132,5 +132,3 @@ $content = $tpl->fetch('export.tpl');
 $tpl->assign('content', $content);
 
 $tpl->display('page.tpl');
-
-?>
index 89ff579034c6b306a74cdc130c53751490aa0010..f343c1b2c21c06598ecc1df18dd16f5b17c0d761 100644 (file)
@@ -240,4 +240,3 @@ $tpl->display('page.tpl');
 if ( $profiler ) {
     $profiler->stop();
 }
-?>
index 5366e9c1af99d7df30832eaf0783317b5214cea9..764767bb6549dbe1d899e7c3e630ba85204a01b1 100644 (file)
@@ -178,4 +178,3 @@ if ( $ajax ) {
     $tpl->assign('content', $content);
     $tpl->display('page.tpl');
 }
-?>
index b85bf5610892df30bf28b87fe239a70c0b10b5d2..e20e1dd1ad5148bf3eafd41b8b40d6fdd99c1941 100644 (file)
@@ -172,4 +172,3 @@ $tpl->assign('group', $group);
 $content = $tpl->fetch('gestion_groupes.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index bf2bd51472f14483d014a56463ceec806108d9a3..7bd90a3932d7139eb25b36c78290f9be5ccb47a7 100644 (file)
@@ -399,4 +399,3 @@ if ( isset($_GET['ajax']) && $_GET['ajax'] == 'true' ) {
     $tpl->assign('content', $content);
     $tpl->display('page.tpl');
 }
-?>
index 8ab2507869633cf59a25c1a545cf569df7d2d0a3..6d0e1ef325462f27a27f073619651000531c849d 100644 (file)
@@ -90,4 +90,3 @@ $tpl->assign('history', $mailhist);
 $content = $tpl->fetch('gestion_mailings.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index c8d9914f7260d7393fafee2b6b92882dacadbdbf..37b71d5392802aa1e1f9d7813ba579d267e60cf8 100644 (file)
@@ -101,4 +101,3 @@ $tpl->assign('warning_detected', $warning_detected);
 $content = $tpl->fetch('gestion_textes.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index 789e20589a68aa09d1da6b2b037167e0a8a279fa..a73d130c2f42ac6a7356cb18f52e2388f67294f1 100644 (file)
@@ -104,4 +104,3 @@ if ( $trans->filtre_cotis_adh != null ) {
 $content = $tpl->fetch('gestion_transactions.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index 5c84bab640247a0d5712a26eab253068c98de0d3..948f130f6442a4d6626240a7f4fd7ce5432a6d0c 100644 (file)
@@ -78,4 +78,3 @@ if ( $login->isAdmin() || $login->isStaff() ) {
     );
     header('HTTP/1.0 403 Forbidden');
 }
-?>
index 172ec59d618931d0aa0e879e32e9f4181a737292..ebad018ad5a12edb7c7e7bdbb8ed081af595db71 100644 (file)
@@ -81,4 +81,3 @@ $tpl->assign('history', $hist);
 $content = $tpl->fetch('history.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index e8faea596443d794d5b7a91047fa8d866a9fd823..df0f11bce8a8ddd81a784845eda1d4402f5cf795 100644 (file)
@@ -288,5 +288,3 @@ function get_numeric_posted_value($name, $defval)
     }
     return $defval;
 }
-
-?>
index 811e1be89e23bb72fd5943bb21df70df17283116..ae6705519a3cee82e5c0a422ca26f77af11caca7 100644 (file)
@@ -266,4 +266,3 @@ if ( !$installer ) { //If we're not working from installer
         die();
     }
 }
-?>
index 0d245c65c8330c6360d1c078433e3cd3f8dfc692..44cb4573f567fb8b2979d60ee648d425e8d01094 100644 (file)
@@ -325,4 +325,4 @@ $foo = _T("donation in kind");
 $foo = _T("donation in money");
 $foo = _T("partnership");
 $foo = _T("reduced annual fee");
-?>
+
index da042c528eef0fd5007d32a934424520cf910f5e..eb27165930e50184460b7ec66cb3507592822334 100644 (file)
@@ -46,4 +46,3 @@ if ( !$login->isLogged() || isset($_POST['logout']) || isset($_GET['logout']) )
         unset($_SESSION[$session_name]);
     }
 }
-?>
index 66613a6ae63d2a65f7630ed30c584017b1ceadb2..d83314a8f9b2afd1412cb5defcd9a457cf99f3a1 100644 (file)
@@ -67,4 +67,3 @@ $tpl->registerPlugin(
     'memberName',
     'getMemberName'
 );
-?>
index 1489ecdc68814d267f3c98ec5912b3530430b7ca..e5d04c67dca767edc92ed3bbb834024fee50d5ca 100644 (file)
@@ -61,4 +61,3 @@ function smarty_function__T($params, &$smarty)
     }
     return $ret;
 }
-?>
index 9c90657aaa5ac2045e77d19479d27ae4fef2dd2a..22cdad9f13a08f0167d0c5575348528492a903dd 100644 (file)
@@ -111,4 +111,3 @@ if ( !$login->isLogged() ) {
         header('location: voir_adherent.php');
     }
 }
-?>
index 5a2704c52d096d9488143fa6d7e2631a5ab6a836..6809fbadfcf2b4440753ba290416abbc98b66e5d 100644 (file)
@@ -189,5 +189,3 @@ function split_sql_file($sql, $delimiter)
 
        return $output;
 }
-
-?>
index fccb9edc8511935c5a5bfae78b5b73ef56b22427..88dec03cbfb21760723d9a9fad701b2c83395f50 100644 (file)
@@ -154,4 +154,3 @@ class XHProf
         }
     }
 }
-?>
index be4bffc53189695d27099079f167c486178321fc..181fd5a5f421768d8a79523c7d4d742154b10391 100644 (file)
@@ -275,4 +275,3 @@ abstract class Authentication
         $this->$name = $value;
     }
 }
-?>
index 913e4b57e235b4dc119a76fdf4472561eab63a04..9043c9b70ad6ccd8600c155cf37dac30815aec8c 100644 (file)
@@ -235,4 +235,3 @@ class CheckModules
     }
 
 }
-?>
index d7043e0993f78c2d52e2404940f75cca1695851f..e0b43a73939a026d73c29adf6218ee2556d3afed 100644 (file)
@@ -645,4 +645,3 @@ class Db extends \Zend_Db
     }
 
 }
-?>
index 29da8a85d630d7a1464fa539b197bfa21b0151b4..9d92b9062a8d32565e7fe53cdb92b162ebba44a2 100644 (file)
@@ -142,4 +142,3 @@ class Error
         }
     }
 }
-?>
index 2eede53998032aaaed410a246ccca22e5640e16c..f2ade5d232f01f73296e1ee22a2522e1c6846721 100644 (file)
@@ -440,4 +440,3 @@ class GaletteMail
         $this->_message = $m;
     }
 }
-?>
index d66e09be72c71b95d46d60e72ca13c209f61fa10..79406176ea0c6750f91c62671b45178d8a903eab 100644 (file)
@@ -352,4 +352,3 @@ class History extends Pagination
         return self::PK;
     }
 }
-?>
index 2844d9ae708f881150186952d5664288e93197f0..71b9b4eb682390afdb8974b557491ac4706d29a4 100644 (file)
@@ -315,4 +315,3 @@ class I18n
     }
 
 }
-?>
index 85b2353100b3ad12173c281dfb24c8682b4c8cc9..b3d81d61fc8f6173937203f4f3aedad539290344 100644 (file)
@@ -62,4 +62,3 @@ class L10n
     }
 
 }
-?>
index 7b014be62e785bee299ddcab07fb2092822c6d86..eec6f53b1032814194b3eea7509016afe9059437 100644 (file)
@@ -215,4 +215,3 @@ class Login extends Authentication
     }
 
 }
-?>
index 47fadd85acb0bbb5152e20dfef40cfa1cd6543f7..e43ea12ccffbd0ff2e80efae0b695856c5f5967f 100644 (file)
@@ -250,4 +250,3 @@ class Mailing extends GaletteMail
         }
     }
 }
-?>
index abe530068a1136e827ae75633b817b66c10ebc50..207e55c3ed6db1ba1508a0f8461bcfe1d9357243 100644 (file)
@@ -365,4 +365,3 @@ class MailingHistory extends History
     }
 
 }
-?>
index 9a71cd9e4c6b6178b77841aa1d79259053531569..43b92b9fbe9fa51fe66f1a4c3f08a207e2da8cde 100644 (file)
@@ -371,4 +371,3 @@ abstract class Pagination
         }
     }
 }
-?>
index 14f1bc34dbf87d0ec67af5265b725d6c0282ca87..288749d72e62fbb2d1dec2d2a27788b18dbe5112 100644 (file)
@@ -316,4 +316,3 @@ class Password
         return $this->_hash;
     }
 }
-?>
index 0c6c4c8991b8eaa95383051487aa1beb6ce8dd29..4f815f5f5ad3df245d153d5b387592767fe92098 100644 (file)
@@ -586,4 +586,3 @@ class Plugins
     }
 
 }
-?>
index 250e450a75b79348ac88cd9a934827df090d36ad..8050b0d85b2a3cc95a5e5fd662d56484e052f0c5 100644 (file)
@@ -521,4 +521,3 @@ class Preferences
     }
 
 }
-?>
index 0f3b49f80ec4028451ed1e6f1c816be01613f333..4770eb4a420f341b35bc0ce1982563562ab13b67 100644 (file)
@@ -77,4 +77,3 @@ class PrintLogo extends Logo
     }
 
 }
-?>
index e73d60adb5a1c2f4bb2a30e560fd7761315ab19a..0efb6c16b66072363ac8760dae2080ee9b24a8fd 100644 (file)
@@ -112,4 +112,3 @@ class Smarty extends \SmartyBC
         }
     }
 }
-?>
index 4ec0a8f95452c240822ab2a17f73eaad12bedaf7..be841a00770c5befa01c4a62084ee8765a69033c 100644 (file)
@@ -129,4 +129,3 @@ class SysInfos
         return $str;
     }
 }
-?>
index fce4d1dbbe76933178ffd8720db6d5c47dbc538e..c3c6133982b80f2e89f80824f550d75f922f5a0e 100644 (file)
@@ -1456,4 +1456,3 @@ class Adherent
         }
     }
 }
-?>
index bfb4d9484075d363be27adb8f062d428f45003a3..1c8e7b2892cc558fb422c8609d0e08c1de27b8b1 100644 (file)
@@ -1024,4 +1024,3 @@ class Contribution
 
     }
 }
-?>
index 25f29a2fdb89d29dc041b24254bc93a0bf05ac98..d9c8f39350b2fcfdffeed411fc94a4ac66a5d3e6 100644 (file)
@@ -561,4 +561,3 @@ class ContributionsTypes
     }
 
 }
-?>
index 125556d7fd4e5670ce5387ce76759f2f49e4604f..67305b5c9a9a3af2cad949fde02c13daaa82cf78 100644 (file)
@@ -585,4 +585,3 @@ class DynamicFields
         }
     }
 }
-?>
index 194764998d50d8be5234dddc501d20215115299a..0255626caa6e185532c5d023a1587db353d09a4a 100644 (file)
@@ -170,4 +170,3 @@ class FieldsCategories
     * SETTERS
     */
 }
-?>
index e79a02123c3da40df973560a3877f9fcb78f425e..032b1fa95247655b311fb7c3461d9c7a38840c10 100644 (file)
@@ -425,4 +425,3 @@ class FieldsConfig
         }
     }
 }
-?>
index e770c8b6eacdcff33aa0b7f454bdfe461e1c6fa5..eb9d954532f45a0df960211204df7c60d580ca97 100644 (file)
@@ -739,4 +739,3 @@ class Group
         }
     }
 }
-?>
index fbbaac3020a0c6313794d0585d5216fc6aacbac3..818eb2361c5a07bfcf9476252517e57980321ef0 100644 (file)
@@ -97,4 +97,3 @@ class Politeness
         }
     }
 }
-?>
index 95c46eaf9d9d36f15f5cf38fa7ef5f60822ae8b7..d89c074aa17977e33bd8591161763423c18a38eb 100644 (file)
@@ -293,4 +293,3 @@ class Required
         }
     }
 }
-?>
index ef01803c4fdb971dbcfc722c7cfc7b5a77713ac1..7eaaf3f493373195bf9c4d2b7525efee0cee1906 100644 (file)
@@ -468,4 +468,3 @@ class Status
         }
     }
 }
-?>
index c9a4c90f2ca5b4ddb862a8667c5eceba77c3a125..f30b96a1c6b463a15cd942e3ebf721436038a453 100644 (file)
@@ -488,4 +488,3 @@ class Texts
         );
     }
 }
-?>
index 575329498ec6e8162708b67ba42b4a1750bc6a24..0d1aff839d497d6a1eed1cca48eb3c38ffbda1e9 100644 (file)
@@ -530,4 +530,3 @@ class Transaction
         /** TODO: What to do ? :-) */
     }
 }
-?>
index 8621d3a3b4337bd224fee68fd88ab65d41ee9f53..28988f45ec1c397556a47ad7f785e96c238def7a 100644 (file)
@@ -270,4 +270,3 @@ class MembersList extends Pagination
         $this->countPages();
     }
 }
-?>
index e3c15aa061b6e50a4afa49539a7452201dd1d4e1..c49bbb34b44240c4183818e78d7f6743ff36581e 100644 (file)
@@ -355,4 +355,3 @@ class Csv
         return $this->_accepted_quotes;
     }
 }
-?>
index e254bda06079b9b11576625f25509ee4287ab6ad..c794f18484890aca7a3b18cbcd1893ed57f84a62 100644 (file)
@@ -429,4 +429,3 @@ class News
         return $this->_gplus;
     }
 }
-?>
index 8d64aaf64deb98c3fee20ce6225c8c22a0055306..cd813bf40b73cfccc2d28a1b49f74cb767f0d282 100644 (file)
@@ -303,4 +303,3 @@ class Pdf extends \TCPDF
     }
 
 }
-?>
index 1fe815ebbfe35b11fdc9d31c98c2e16924482937..47861a53aa45a3975908db895837cef6d5244b80 100644 (file)
@@ -671,4 +671,3 @@ class Contributions extends Pagination
     }
 
 }
-?>
index d6cf90fc1743b0b8dac1d50d06d224692073afbb..a88f2a21ae41a77a6c5af77411ed12ed60cfcf7d 100644 (file)
@@ -325,4 +325,3 @@ class Groups
     }
 }
 
-?>
index 2fd15d5d357a0a8c52f5e5a05893102b2d2291b1..a52568b0d0283b9bbf7139f59b22dcc2e7b1c285 100644 (file)
@@ -841,4 +841,3 @@ class Members
         return $this->_count;
     }
 }
-?>
index bcab5288b69f9bf38ad387bc8c3dc5d16917c5a5..6b346607d40f46f03c729f0d3f7e50550220144f 100644 (file)
@@ -484,4 +484,3 @@ class Transactions extends Pagination
     }
 
 }
-?>
index ce06cf7917b3b30d968259e5f391150064b37e9c..fa7f6d68cd71f97b2829dc905222edecc583c186 100644 (file)
@@ -191,4 +191,3 @@ if ( $from_admin ) {
         $profiler->stop();
     }
 }
-?>
index 9ebcd89927f36f2682da8b68588bc5b762c0d8e3..d595fc2972c11ac7453d06f33ac02953db5884c9 100644 (file)
@@ -219,4 +219,3 @@ $tpl->display('page.tpl');
 if ( $profiler ) {
     $profiler->stop();
 }
-?>
index 95d31d1888444e63bbf37a02da0b9875f81518ea..11eb16882d8aed469cd3e43f9e01d0bac0d8dff1 100644 (file)
@@ -111,4 +111,3 @@ $tpl->display('page.tpl');
 if ( $profiler ) {
     $profiler->stop();
 }
-?>
index 93ca652feaf6f507f6988cae9bd06877e0f62bca..452e97c53465a546f5af9f9a51049853b4573bf8 100644 (file)
@@ -441,4 +441,3 @@ $tpl->display('page.tpl');
 if ( $profiler ) {
     $profiler->stop();
 }
-?>
index d47422070f15e3d32cf658a08156ce990db242ef..eafacc2af64bcc6cca7b90c929793635b8bd5a1b 100644 (file)
@@ -86,5 +86,3 @@ $tpl->assign('members', $members);
 $content = $tpl->fetch('liste_membres.tpl');
 $tpl->assign('content', $content);
 $tpl->display('public_page.tpl');
-?>
-
index e49b5c3a85a45354a7606ee9eec5b1d1326b950f..fef7654384dabfeabfbb264c329ab6ba4f73a81b 100644 (file)
@@ -55,5 +55,3 @@ $tpl->assign('members', $members);
 $content = $tpl->fetch('trombinoscope.tpl');
 $tpl->assign('content', $content);
 $tpl->display('public_page.tpl');
-?>
-
index 58922d01e721c21df71e157f721a1a0fa5b3747f..bb4f83e38605c57b9720b190171f6f6b84d4aa72 100644 (file)
@@ -249,4 +249,3 @@ $tpl->display('public_page.tpl');
 if ( $profiler ) {
     $profiler->stop();
 }
-?>
index 6572b29aeda2f99a1f8ad5e443a54cd97606d6c3..12e2ec4d36eed4dbc13595ebfaf8501cd0da241e 100644 (file)
@@ -54,4 +54,3 @@ $tpl->assign('require_tabs', true);
 $content = $tpl->fetch('sysinfos.tpl');
 $tpl->assign('content', $content);
 $tpl->display('page.tpl');
-?>
index 48f5e5cd35b7282161a1268131bcc0237f2c7523..885fe603d89d8616b4ab9f89b3d4891ad886da7f 100644 (file)
@@ -171,4 +171,3 @@ $tpl->display('page.tpl');
 if ( $profiler ) {
     $profiler->stop();
 }
-?>
index 00e34e2159623d7a3ae1573fba95645088e7246f..e141a21e45130d2ce8203a6a3f27536bda82c338 100644 (file)
@@ -187,4 +187,3 @@ $tpl->display('page.tpl');
 if ( $profiler ) {
     $profiler->stop();
 }
-?>