Declare N as constant
This commit is contained in:
parent
9087c4d015
commit
255a7d5f2e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define('N',"\n");
|
||||
const N="\n";
|
||||
|
||||
function muoribene($msg,$ec,$clmy=false) {
|
||||
global $link;
|
||||
|
|
Loading…
Reference in a new issue