Skip to content

Instantly share code, notes, and snippets.

Avatar

Jimmy MG Lim mirageglobe

View GitHub Profile
View gist:d494d0bc769df6180514
if ((plot_id > 0) && (plot_id < 11)) {
plot_number = "plot_" + plot_id;
}
if ((street_id !== null) && (plot_number !== null) && (plot_id !== null)) {
adc_print("update plot " + plot_number);
adc_print({valueOf(plot_number): user_id});