Typo in ajax-update-calculated-fields.php

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
hernan
Posts: 26
Joined: 2020-06-22 18:56

Typo in ajax-update-calculated-fields.php

Post by hernan » 2021-04-28 15:01

Hi,

I just found a typo in the ajax-update-calculated-field.php

instead of "continue" it says "cotinue"

Code: Select all

if(is_array($id)) {
		foreach ($id as $singleId) {
			if(!strlen($singleId)) cotinue; 
			$caluclations_made[] = update_calc_fields($table, $singleId, $calc[$table]);
			update_parents($table, $singleId, $calc, $caluclations_made);
		}
	} else {
Bye!

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: Typo in ajax-update-calculated-fields.php

Post by a.gneady » 2021-05-17 14:00

I'm so sorry for the long delay. This has been fixed in the upcoming maintenance release (5.96).
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

Post Reply