}
$this->popTag($tagCommand);
$phpCode = "<?php echo \$this->pluginObjects['".$className."']->execute(\$this->tagStack[count(\$this->tagStack) - 1][1], ob_get_clean(), \$this); }\n";
- $phpCode .= "array_pop(\$this->tagStack);\n";
+ $phpCode .= "array_pop(\$this->tagStack);?>";
}
return $phpCode;
* default options.inc.php for package installation of package com.woltlab.wcf.
*
* @author Marcel Werk
- * @copyright 2001-2007 WoltLab GmbH
+ * @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
*/
+define('PACKAGE_ID', 0);
+
define('COOKIE_PREFIX', 'wcf_');
define('COOKIE_PATH', '');
define('COOKIE_DOMAIN', '');