Commit cc97164837aeb05b6925cc14125e8661e6065d30

Authored by totoro
1 parent dfedca3c

remove generate_random_string where moved on /tools/random.anubis

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
web/CXM_making_a_web_site.anubis
... ... @@ -2522,7 +2522,7 @@ define String
2522 2522 _random_string( size - 1, current + random(9))
2523 2523 .
2524 2524  
2525   -public define String
  2525 + public define String
2526 2526 generate_random_string
2527 2527 (
2528 2528 Int size
... ...