← Back to team overview

mahara-contributors team mailing list archive

[Bug 1885784] [NEW] Need to update site options submit function to use alias

 

Public bug reported:

Currently our code base is using a database call with a query that
contains a term inserted in escaped characters.  It is more robust and
safer to use an alias rather than rely that variables put into escaped
quotes will always reliably work.

The DB query in question is in admin/site/options.php during the
siteoptions_submit().

** Affects: mahara
     Importance: Undecided
     Assignee: Lisa Seeto (lisaseeto)
         Status: In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1885784

Title:
  Need to update site options submit function to use alias

Status in Mahara:
  In Progress

Bug description:
  Currently our code base is using a database call with a query that
  contains a term inserted in escaped characters.  It is more robust and
  safer to use an alias rather than rely that variables put into escaped
  quotes will always reliably work.

  The DB query in question is in admin/site/options.php during the
  siteoptions_submit().

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1885784/+subscriptions


Follow ups