Work on rpm package

This commit is contained in:
Laurent Destailleur
2011-08-03 01:43:26 +00:00
parent 11d2d82c20
commit b668c688dc
345 changed files with 1803 additions and 1870 deletions

View File

@@ -15,15 +15,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* \file htdocs/compta/bank/bankid_fr.php
* \ingroup banque
* \brief Fiche creation compte bancaire
* \version $Id: bankid_fr.php,v 1.27 2011/07/29 20:47:35 eldy Exp $
* \version $Id: bankid_fr.php,v 1.28 2011/07/31 22:23:20 eldy Exp $
*/
require("./pre.inc.php");
@@ -386,5 +385,5 @@ if ($_GET["id"] && $_GET["action"] == 'edit' && $user->rights->banque->configure
$db->close();
llxFooter('$Date: 2011/07/29 20:47:35 $ - $Revision: 1.27 $');
llxFooter('$Date: 2011/07/31 22:23:20 $ - $Revision: 1.28 $');
?>

View File

@@ -15,15 +15,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* \file htdocs/compta/bank/fiche.php
* \ingroup banque
* \brief Page to create/view a bank account
* \version $Id: fiche.php,v 1.77 2011/07/29 20:47:35 eldy Exp $
* \version $Id: fiche.php,v 1.78 2011/07/31 22:23:16 eldy Exp $
*/
require("./pre.inc.php");
@@ -608,5 +607,5 @@ else
$db->close();
llxFooter('$Date: 2011/07/29 20:47:35 $ - $Revision: 1.77 $');
llxFooter('$Date: 2011/07/31 22:23:16 $ - $Revision: 1.78 $');
?>

View File

@@ -15,14 +15,13 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* \file htdocs/compta/prelevement/create.php
* \brief Prelevement
* \version $Id: create.php,v 1.34 2011/07/29 21:15:39 eldy Exp $
* \version $Id: create.php,v 1.35 2011/07/31 22:23:29 eldy Exp $
*/
require("../bank/pre.inc.php");
@@ -276,5 +275,5 @@ else
$db->close();
llxFooter('$Date: 2011/07/29 21:15:39 $ - $Revision: 1.34 $');
llxFooter('$Date: 2011/07/31 22:23:29 $ - $Revision: 1.35 $');
?>