Replaced all SELECT * MySQL queries with proper field lists. this altered scripts in bin/agi/agc/vicidial

git-svn-id: svn://192.168.202.10@1268 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-11-30 04:25:17 +00:00
parent a997b99d0c
commit ff001dc726
27 changed files with 565 additions and 543 deletions
+3
View File
@@ -296,6 +296,9 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
'EXAMPLEcustom_report_links.html' file included in that directory that
can just be copied and customized for your needs.
72. Replaced all "SELECT *" MySQL queries with proper field lists. This makes
database table field order less important, allowing for more
customizations by the user without causing problems.