|
From: <no...@us...> - 2004-03-09 19:15:12
|
Update of /cvsroot/bugin/bugin/conf/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5560 Modified Files: email.de.php email.en.php Log Message: email templates need to include verbage Index: email.de.php =================================================================== RCS file: /cvsroot/bugin/bugin/conf/lang/email.de.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** email.de.php 4 Apr 2003 00:03:49 -0000 1.3 --- email.de.php 9 Mar 2004 18:57:36 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- <?php + include("lang.de.php"); /* Index: email.en.php =================================================================== RCS file: /cvsroot/bugin/bugin/conf/lang/email.en.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** email.en.php 4 Apr 2003 00:03:50 -0000 1.3 --- email.en.php 9 Mar 2004 18:57:36 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- <?php + include("lang.en.php"); /* |