1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Bugtracker #3843 - make empty definition for {NEWFLAG} shortcode

This commit is contained in:
e107steved
2007-03-18 11:23:40 +00:00
parent c0b59cc452
commit 9fc2386a59

View File

@@ -251,5 +251,10 @@ global $pollstr;
return $pollstr;
SC_END
SC_BEGIN NEWFLAG
// Defined in case an indicator is required
return '';
SC_END
*/
?>