1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

notice removal

This commit is contained in:
lia
2008-03-13 19:15:56 +00:00
parent a42ac9dc26
commit f2bd7a066d
7 changed files with 37 additions and 37 deletions

View File

@@ -12,9 +12,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/shortcode_handler.php,v $
| $Revision: 1.12 $
| $Date: 2008-03-02 21:08:31 $
| $Author: e107steved $
| $Revision: 1.13 $
| $Date: 2008-03-13 19:15:56 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
*/
@@ -182,7 +182,7 @@ class e_shortcode
if(E107_DBG_SC)
{
echo ($scFile) ? "<br />sc_file= ".str_replace(e_FILE."shortcode/","",$scFile)."<br />" : "";
echo (isset($scFile)) ? "<br />sc_file= ".str_replace(e_FILE."shortcode/","",$scFile)."<br />" : "";
echo "<br />sc= <b>$code</b>";
}