You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: templates/index.haml
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,4 +92,4 @@
92
92
[STRING:SubjectName;autosuggest=subjects.name] for an autosuggest served from table 'subject' column 'name'.
93
93
%li Note that for comparison with the <code>=</code> you need to wrap the column name in the <code>DATE(columnname)</code> or one of the other date functions in MySQL. <a href="http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html">See also the documentation on the MySQL website.</a>
94
94
%li The names of the variables can't contain spaces.
95
-
%li If you use strings in a comparison, wrap the code around quotes, otherwise MySQL does not know that it is dealing with strings.
95
+
%li If you use strings in a comparison, wrap the code around quotes, otherwise MySQL does not know that it is dealing with strings.
0 commit comments