From 2fe74620e19dbf28d75b3dd08396684ab76bfa20 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 30 Aug 2004 10:13:34 +0000 Subject: [PATCH] get rid of old things --- configs/valid.conf.php | 44 -------------------------------------------- include/validations.inc.php | 8 +------- 2 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 configs/valid.conf.php diff --git a/configs/valid.conf.php b/configs/valid.conf.php deleted file mode 100644 index 1a74e98..0000000 --- a/configs/valid.conf.php +++ /dev/null @@ -1,44 +0,0 @@ -addr_mail_recrutement.">" ; -} - -function to_post_emploi() { - return "xorg.pa.emploi" ; -} - -function subject_post_emploi( $annonceEmploi ) { - return "[OFFRE PUBLIQUE] ".$annonceEmploi->entreprise." : ".$annonceEmploi->titre ; -} - -function msg_post_emploi( $annonceEmploi ) { - return $annonceEmploi->text. - "\n\n\n". - "#############################################################################\n". - " Ce forum n'est pas accessible à l'entreprise qui a proposé cette annonce.\n". - " Pour y répondre, utilise les coordonnées mentionnées dans l'annonce\n". - " elle-même.\n". - "#############################################################################\n" ; -} - -function from_post_emploi_test() { - global $globals ; - return "Tests annonces recrutement <".$globals->addr_mail_supprt.">" ; -} - -function to_post_emploi_test() { - return "xorg.test" ; -} - -function subject_post_emploi_test( $annonceEmploi) { - return "[TEST PUBLIC] ".$annonceEmploi->entreprise." : ".$annonceEmploi->titre ; -} - - -?> diff --git a/include/validations.inc.php b/include/validations.inc.php index 1feaa6b..8dd56b3 100644 --- a/include/validations.inc.php +++ b/include/validations.inc.php @@ -1,6 +1,6 @@