[openmairie-framework-Commits] r4933 - openmairie_exemple/branches/om5_rad/obj

0 views
Skip to first unread message

fray...@users.adullact.net

unread,
Apr 17, 2024, 12:09:46 PMApr 17
to openmairie...@googlegroups.com
Author: fraynaud
Date: 2024-04-17 18:09:44 +0200 (Wed, 17 Apr 2024)
New Revision: 4933

Modified:
openmairie_exemple/branches/om5_rad/obj/om_forms.class.php
Log:
remis setVal pour les champs om_champs



Modified: openmairie_exemple/branches/om5_rad/obj/om_forms.class.php
===================================================================
--- openmairie_exemple/branches/om5_rad/obj/om_forms.class.php 2024-04-17 15:39:46 UTC (rev 4932)
+++ openmairie_exemple/branches/om5_rad/obj/om_forms.class.php 2024-04-17 16:09:44 UTC (rev 4933)
@@ -84,7 +84,7 @@
}

// initialisation -> bug vue corrigé (manque schéma pour om_forms)
- /*
+
$sql = "SELECT table_schema, data_type, character_maximum_length ,";
$sql .= " is_nullable, column_default, comment";
$sql .= " from ".DB_PREFIXE."om_champs ";
@@ -100,7 +100,7 @@
$form->setVal('column_default', $row['column_default']);
$form->setVal('comment', $row['comment']);
}
- */
+
}
}


Reply all
Reply to author
Forward
0 new messages