Make Address::save() remove possibly existing components from a previous address
[platal.git] / include / comletter.inc.php
index 25efeea..4419d61 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2013 Polytechnique.org                              *
+ *  Copyright (C) 2003-2014 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -24,7 +24,7 @@
 class ComLArticle
 {
     // Maximum number of lines per article, as wanted by the NL master
-    const MAX_LINES_PER_ARTICLE = 4;
+    const MAX_LINES_PER_ARTICLE = 8;
     const MAX_CHARACTERS_PER_LINE = 68;
 
     // {{{ properties
@@ -142,5 +142,5 @@ class ComLArticle
 
 // }}}
 
-// vim:set et sw=4 sts=4 sws=4 enc=utf-8:
+// vim:set et sw=4 sts=4 sws=4 fenc=utf-8:
 ?>