On Mon, May 21, 2012 at 9:17 PM, Marc Delisle
<marc@infomarc.info> wrote:
Le 2012-05-21 11:41, Thilina Buddika Abeyrathna a écrit :
> Hi Marc,
> In tbl_replace.php I don't see any usage of $me_fields variable. So I'm
> going to remove the declaration and I'll change the all variable names
> $me_* to $multi_edit_*.
> Is it OK?
Hi Thilina,
If you have access to command-line git, try this:
git grep '$me_fields'
and you'll see that libraries/tbl_replace_fields.inc.php is using these
variables (other scripts are also using them).
I just realize that Marc. Sorry for the mistake.
And is it ok to changing variable name like above.