get rid of old things
authorx2000habouzit <x2000habouzit>
Mon, 30 Aug 2004 10:13:34 +0000 (10:13 +0000)
committerx2000habouzit <x2000habouzit>
Mon, 30 Aug 2004 10:13:34 +0000 (10:13 +0000)
configs/valid.conf.php [deleted file]
include/validations.inc.php

diff --git a/configs/valid.conf.php b/configs/valid.conf.php
deleted file mode 100644 (file)
index 1a74e98..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?
-/*** Validation des offres d'emploi ***/
-
-function msg_valid_emploi_NON ($titre) {
-}
-
-function from_post_emploi() {
-    global $globals ;
-    return "Annonce recrutement <".$globals->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 ;
-}
-
-
-?>
index 1feaa6b..8dd56b3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /* vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100:
- * $Id: validations.inc.php,v 1.9 2004-07-24 18:22:43 x2000habouzit Exp $
+ * $Id: validations.inc.php,v 1.10 2004-08-30 10:13:35 x2000habouzit Exp $
  *
  */
 
@@ -150,12 +150,6 @@ class Validate {
     function commit () { }
 }
 
-
-/*** Personnalisation des validations ***/
-require("valid.conf.php");
-
-
-
 //***************************************************************************************
 //
 // IMPLEMENTATIONS