Reformat the code with
- astyle --style=ansi Broke : the <<<<EOF .
This commit is contained in:
parent
6c1a597fdf
commit
0e5fcddfc1
246 changed files with 42452 additions and 36227 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php
|
||||
/*
|
||||
* This file is part of PhpCompta.
|
||||
*
|
||||
|
|
@ -50,12 +50,12 @@ require_once('class_iaction.php');
|
|||
*/
|
||||
|
||||
// We need a sub action (3rd level)
|
||||
// show a list of already taken action
|
||||
// propose to add one
|
||||
// permit also a search
|
||||
// show detail
|
||||
// show a list of already taken action
|
||||
// propose to add one
|
||||
// permit also a search
|
||||
// show detail
|
||||
$sub_action=(isset($_REQUEST['sa']))?$_REQUEST['sa']:"";
|
||||
/* if ag_id is set then we give it otherwise we have problem
|
||||
/* if ag_id is set then we give it otherwise we have problem
|
||||
* with the generation of document
|
||||
*/
|
||||
$ag_id=(isset($_REQUEST['ag_id']))?$_REQUEST['ag_id']:0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue