Bug, script title cannot begin with lowercase letter

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Bug, script title cannot begin with lowercase letter

Re: Bug, script title cannot begin with lowercase letter

by David » Mon Dec 09, 2013 1:57 pm

This bug will be fixed in the upcoming v2.3.05.

Bug, script title cannot begin with lowercase letter

by Esoteric Rogue » Fri Dec 06, 2013 12:47 am

Title says it all. If the Title string begins with a lowercase letter, it will not even appear in the script list.

A script with the follow setting will not be visible:

Code: Select all

[HEADER]
Title=test
A script with the follow setting will be visible:

Code: Select all

[HEADER]
Title=Test

Top