Fix Bug : choice a key in anc
This commit is contained in:
parent
139c03521a
commit
7aaff4409b
2 changed files with 3 additions and 2 deletions
|
|
@ -312,7 +312,7 @@ class Anc_Key
|
|||
{
|
||||
global $cn;
|
||||
/* number is the index of the plan, he's computed from p_target */
|
||||
$number=preg_replace('/det[0-9]/', '', $p_target);
|
||||
$number=preg_replace('/det[0-9]*/', '', $p_target);
|
||||
$number=noalyss_str_replace('t', '', $number);
|
||||
$number=noalyss_str_replace('popup', '', $number);
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@
|
|||
* @brief show the common parts of operation details
|
||||
*
|
||||
* Variables : $div = popup or box (det[0-9]
|
||||
*
|
||||
*@var $obj = Acc_Operation
|
||||
*@var $str_anc = HTML for analytic
|
||||
*/
|
||||
bcscale(2);
|
||||
\Noalyss\Dbg::echo_file(__FILE__);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue