Skip to content
Snippets Groups Projects
Commit 446dc81b authored by deuce's avatar deuce
Browse files

Remove 'e' from list of share modes since you apparently can't use it there.

parent e80520e2
No related branches found
No related tags found
No related merge requests found
......@@ -2098,7 +2098,6 @@ static jsSyncMethodSpec js_file_functions[] = {
"<tt>r+</tt> DENYALL - Does not allow other scripts to open the file when <i>shareable</i> is set to true<br>"
"<tt>w+</tt> DENYALL - Does not allow other scripts to open the file when <i>shareable</i> is set to true<br>"
"<tt>a+</tt> DENYALL - Does not allow other scripts to open the file when <i>shareable</i> is set to true<br>"
"<tt>e&nbsp</tt> DENYALL - Does not allow other scripts to open the file when <i>shareable</i> is set to true<br>"
"When <i>shareable</i> is true uses fopen(), "
"and will only attempt to open the file once and will perform no locking. The behaviour "
"when one script has a file opened with <i>shareable</i> set to a different value than is used "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment