Sfoglia il codice sorgente

for reals now

development
mauirixxx 8 anni fa
parent
commit
160b61472d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      gw-create.php

+ 0
- 1
gw-create.php Vedi File

@@ -19,7 +19,6 @@ if ($createnew === "1"){
return array("#FFF", "#DDD", "#FF8", "#CF9", "#ACF", "#9FC", "#DAF", "#FBB", "#FCE", "#BFF", "#FC9", "#DDF");
}
$profcolor = getColor()[$profid];
//echo 'profession color is ' . $profcolor . ' due to profid being ' . $profid . '!';
list ($y, $m, $d) = explode('-', $bdate);
if (!checkdate($m, $d, $y)) {
echo 'Date is invalid ' . $bdate . '<BR />';


Caricamento…
Annulla
Salva