Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

order code, remove php labels #36

Conversation

rafaelposadaf
Copy link
Contributor

No description provided.

@@ -1256,7 +1235,7 @@ function calcular_columna_hojacalculo($ColumnaDeseada)
<option value=">="><?php echo $MULTILANG_InfMayorIgualQue; ?>: >= </option>
<option value="<="><?php echo $MULTILANG_InfMenorIgualQue; ?>: <= </option>
<option value="LIKE"><?php echo $MULTILANG_InfPatron; ?></option>
<option value="NOT LIKE"><?php echo $MULTILANG_No; ?> <?php echo $MULTILANG_InfPatron; ?></option>
<option value="NOT LIKE"><?php echo "$MULTILANG_No $MULTILANG_InfPatron"; ?></option>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se ejecutará PR. Porfa en adelante cualquier variable PHP dentro de una cadena debería agregarse entre llaves para cumplir con la notación adecuada y evitar conflictos a futuro. Ej: "{$MULTILANG_No} {$MULTILANG_InfPatron}"
Mil gracias!

@unix4you2 unix4you2 merged commit e5781ba into unix4you2:master May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants