File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ function deletePaste($pasteid)
188188 if ($ opendiscussion !='0 ' ) { $ meta ['opendiscussion ' ]=true ; }
189189 }
190190
191- // Show we use syntax coloring when displaying ?
191+ // Should we use syntax coloring when displaying ?
192192 if (!empty ($ _POST ['syntaxcoloring ' ]))
193193 {
194194 $ syntaxcoloring = $ _POST ['syntaxcoloring ' ];
@@ -231,7 +231,7 @@ function deletePaste($pasteid)
231231 // Add post date to meta.
232232 $ meta ['postdate ' ]=time ();
233233
234- // We just want a small hash to avoid collisions: Half-MD5 (64 bits) will do the trick
234+ // We just want a small hash to avoid collisions: Half-MD5 (64 bits) will do the trick.
235235 $ dataid = substr (hash ('md5 ' ,$ data ),0 ,16 );
236236
237237 $ is_comment = (!empty ($ _POST ['parentid ' ]) && !empty ($ _POST ['pasteid ' ])); // Is this post a comment ?
You can’t perform that action at this time.
0 commit comments