Parent Directory | Revision Log | Patch
revision 647 by fmichon, Fri Nov 9 15:10:41 2012 UTC | revision 656 by fmichon, Sun Nov 11 22:14:37 2012 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | // | // |
4 | include('../sql/pgsql/dossier.inc.php'); | include('../sql/pgsql/dossier.inc.php'); |
5 | ||
6 | // | |
7 | $ent = _("instruction")." -> "._("dossier d'instruction"); | |
8 | if (isset($idx) && $idx != ']' && trim($idx) != '') { | |
9 | $ent .= "-> ".$idx." "; | |
10 | } | |
11 | if (isset($idz) && trim($idz) != '') { | |
12 | $ent .= " ".strtoupper($idz)." "; | |
13 | } | |
14 | ||
15 | ?> | ?> |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |