Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -3076,7 +3076,7 @@ private function mergeKeys()
*/
public function setColumnInfoOverride($column_info, $table, $column=NULL)
{
$table = strotlower($table);
$table = strtolower($table);
if ($column !== NULL) {
$column = strtolower($column);
}
Expand Down Expand Up @@ -3154,4 +3154,4 @@ public function setKeysOverride($keys, $table, $key_type=NULL)
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
*/