Changeset 2619841
- Timestamp:
- 10/26/2021 05:04:12 AM (4 years ago)
- Location:
- mbm-ipak/trunk
- Files:
-
- 2 edited
-
include/ajax/form.php (modified) (1 diff)
-
mbm-ipak.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mbm-ipak/trunk/include/ajax/form.php
r2619824 r2619841 317 317 $table = $wpdb->prefix . "hesab_model"; 318 318 319 if ($primary_value == 0) {319 if ($primary_value != 0) { 320 320 321 321 // $title= apply_filters($table."_title_insert",$title,$model["id"],$values); -
mbm-ipak/trunk/mbm-ipak.php
r2619824 r2619841 60 60 function MBM_Ipak_Core() 61 61 { 62 global $MBM_Ipak_Core; 63 $MBM_Ipak_Core = new MBM_Ipak_Core(); 62 64 63 } 64 global $MBM_Ipak_Core; 65 $MBM_Ipak_Core = new MBM_Ipak_Core(); 65 66 66 67
Note: See TracChangeset
for help on using the changeset viewer.