From 077e40ad94efccf07cdf6a1c2d6103ecc9598344 Mon Sep 17 00:00:00 2001 From: Freddy Borja <8365117+ThreeKingz@users.noreply.github.com> Date: Thu, 14 Dec 2017 01:52:57 -0500 Subject: [PATCH] SQL_ReadRetrievedRows changed. SQL_ReadRetrievedRows has been changed and now can be used as SQL::ReadRetrievedRows to match the existing style. --- easy-mysql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-mysql.inc b/easy-mysql.inc index 5bfc4a4..d690d61 100644 --- a/easy-mysql.inc +++ b/easy-mysql.inc @@ -33,7 +33,7 @@ Credits: Version: 3.6 -SQL_ReadRetrievedRows has been changed and now can be used as SQL::ReadRetrievedRows to match class-like syntax. +SQL_ReadRetrievedRows has been changed and now can be used as SQL::ReadRetrievedRows to match the existing style.