diff --git a/routeSQL.php b/routeSQL.php
index b879f43..5573682 100644
--- a/routeSQL.php
+++ b/routeSQL.php
@@ -535,6 +535,31 @@ echo $content;
unset ($_SESSION["domframework"]["routeSQL"]["values"]);
}
+ if ($this->enableInternalCSS === true)
+ {
+ // CSS is in edit an id too !
+ $content .= "\n";
+ // CSS is in edit an id too !
+ }
+
$f = new form ();
$fields = array ();
foreach ($titles as $key=>$val)
@@ -646,6 +671,31 @@ echo $content;
unset ($_SESSION["domframework"]["routeSQL"]["values"]);
}
+ if ($this->enableInternalCSS === true)
+ {
+ // CSS is in add too !
+ $content .= "\n";
+ // CSS is in add too !
+ }
+
$f = new form ();
$fields = array ();
foreach ($titles as $key=>$val)